Html Css Color HEX #EC8C39 California

📋 copy color: '#EC8C39'

red 236 ◦ green 140 ◦ blue 57

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

Shades of California #EC8C39

Tints of California #EC8C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 57 (22.66% from 255) = 13.16%

R = 54.5%
G = 32.33%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC8C39 (or 0xEC8C39) is known color: California. HEX triplet: EC, 8C and 39. RGB value is (236,140,57). Sum of RGB (Red+Green+Blue) = 236+140+57=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C39 is #1373C6. Grayscale: #9F9F9F. Windows color (decimal): -1274823 or 3771628. OLE color: 3771628.

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

Color convert

RGB 236 140 57 -
CMYK 0 0.41 0.76 0.07
HSL 27.82º 0.82% 0.57% -
HSV(B) 27.82º 0.76% 0.93% -
XYZ 44.71 36.88 8.63 -
YUV 159.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 236 140 57 0 0.41 0.76 0.07 27.82 0.82 0.57
Hex EC 8C 39 0 29 4C 7 1C 52 39
Octal 354 214 71 0 51 114 7 34 122 71
Binary 11101100 10001100 111001 0 101001 1001100 111 11100 1010010 111001

Color Harmonies of #EC8C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C39

Black with #EC8C39

Text Example


Text Example

White with #EC8C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C39; }

 p { color: rgb(236,140,57); }

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

background-color css

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

 a { background-color: rgb(236,140,57); }

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

border-color css

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

 span { border-color: rgb(236,140,57); }

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