Html Css Color HEX #EC9140 California

📋 copy color: '#EC9140'

red 236 ◦ green 145 ◦ blue 64

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

Shades of California #EC9140

Tints of California #EC9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 53.03%
G = 32.58%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC9140 (or 0xEC9140) is known color: California. HEX triplet: EC, 91 and 40. RGB value is (236,145,64). Sum of RGB (Red+Green+Blue) = 236+145+64=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9140 is #136EBF. Grayscale: #A3A3A3. Windows color (decimal): -1273536 or 4231660. OLE color: 4231660.

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

Color convert

RGB 236 145 64 -
CMYK 0 0.39 0.73 0.07
HSL 28.26º 0.82% 0.59% -
HSV(B) 28.26º 0.73% 0.93% -
XYZ 45.64 38.45 9.87 -
YUV 162.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 236 145 64 0 0.39 0.73 0.07 28.26 0.82 0.59
Hex EC 91 40 0 27 49 7 1C 52 3B
Octal 354 221 100 0 47 111 7 34 122 73
Binary 11101100 10010001 1000000 0 100111 1001001 111 11100 1010010 111011

Color Harmonies of #EC9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9140

Black with #EC9140

Text Example


Text Example

White with #EC9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9140; }

 p { color: rgb(236,145,64); }

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

background-color css

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

 a { background-color: rgb(236,145,64); }

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

border-color css

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

 span { border-color: rgb(236,145,64); }

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