Html Css Color HEX #EC9041 California

📋 copy color: '#EC9041'

red 236 ◦ green 144 ◦ blue 65

#EC9041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #EC9041

Tints of California #EC9041

RGB

 RED value IS 236 (92.58% from 255) = 53.03%

 GREEN value IS 144 (56.64% from 255) = 32.36%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 53.03%
G = 32.36%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC9041 (or 0xEC9041) is known color: California. HEX triplet: EC, 90 and 41. RGB value is (236,144,65). Sum of RGB (Red+Green+Blue) = 236+144+65=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9041 is #136FBE. Grayscale: #A2A2A2. Windows color (decimal): -1273791 or 4296940. OLE color: 4296940.

HSL color Cylindrical-coordinate representation of color #EC9041: hue angle of 27.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC9041 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 144 65 -
CMYK 0 0.39 0.72 0.07
HSL 27.72º 0.82% 0.59% -
HSV(B) 27.72º 0.72% 0.93% -
XYZ 45.52 38.16 9.97 -
YUV 162.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 236 144 65 0 0.39 0.72 0.07 27.72 0.82 0.59
Hex EC 90 41 0 27 48 7 1C 52 3B
Octal 354 220 101 0 47 110 7 34 122 73
Binary 11101100 10010000 1000001 0 100111 1001000 111 11100 1010010 111011

Color Harmonies of #EC9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9041

Black with #EC9041

Text Example


Text Example

White with #EC9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9041; }

 p { color: rgb(236,144,65); }

 H1.HeaderClassName
 {
   color: #EC9041;
 }
 .AnyTagClassName
 {
   color: #EC9041;
 }
</style>

background-color css

<style>
 a { background-color: #EC9041; }

 a { background-color: rgb(236,144,65); }

 div.DivClassName
 {
   background-color: #EC9041;
 }
 .BgClassName
 {
   background-color: #EC9041;
 }
</style>

border-color css

<style>
 span { border-color: #EC9041; }

 span { border-color: rgb(236,144,65); }

 td.TdClassName
 {
   border-color: #EC9041;
 }
 .TagClassName
 {
   border-color: #EC9041;
 }
</style>