color codes Logo

#ec965b color codes

#EC965B
(236,150,91)
0 Favorites   0 Comments

Color spaces of #ec965b

RGB 23615091
HSL0.070.790.64
HSV24°61°93°
CMYK 0.000.360.61   0.07
XYZ47.386740.400915.1981
Yxy40.40090.46010.3923
Hunter Lab63.561721.842830.3165
CIE-Lab69.754126.839344.1055

#ec965b color RGB value is (236,150,91).

#ec965b hex color red value is 236, green value is 150 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ec965b hue: 0.07 , saturation: 0.79 and the lightness value of ec965b is 0.64.

The process color (four color CMYK) of #ec965b color code is 0.00, 0.36, 0.61, 0.07. Web safe color of #ec965b is #ff9966. Color #ec965b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 01011011
Octal 354 226 133
Decimal 236 150 91
Hex EC 96 5B

RGB Percentages of Color #ec965b

%49.48
%31.45
%19.08

CMYK Percentages of Color #ec965b

%0
%36
%61
%7

Triadic Colors of #ec965b

#ec965b #5bec96 #965bec

Analogous Colors of #ec965b

#ec965b #ecdf5b #ec5b69

Monochromatic Colors of #ec965b

#ec965b

Complementary Color

#ec965b #5bb1ec

#ec965b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec965b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec965b Color CSS Codes

.mybgcolor {background-color:#ec965b; } 
.myforecolor {color:#ec965b; }
.mybordercolor {border:3px solid #ec965b; }

#ec965b Text Font Color

<p style="color:#ec965b">Text here</p>

This sample text font color is #ec965b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec965b Background Color

<div style="background-color:#ec965b">
Div content here</div>

This div background color is #ec965b


#ec965b Border Color

<div style="border:3px solid #ec965b">
Div here</div>

This div border color is #ec965b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,150,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec965b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec965b;
  -webkit-box-shadow: 1px 1px 3px 2px #ec965b;
  box-shadow:         1px 1px 3px 2px #ec965b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,150,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec965b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec965b;
  -webkit-box-shadow: 1px 1px 3px 2px #ec965b;
  box-shadow:         1px 1px 3px 2px #ec965b;">
Div content here</div>

This div box has shadow with color #ec965b


Comments

No comments written yet.

Please login to write comment.