Html Css Color HEX #EC8E42 California

📋 copy color: '#EC8E42'

red 236 ◦ green 142 ◦ blue 66

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

Shades of California #EC8E42

Tints of California #EC8E42

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 53.15%
G = 31.98%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8E42 (or 0xEC8E42) is known color: California. HEX triplet: EC, 8E and 42. RGB value is (236,142,66). Sum of RGB (Red+Green+Blue) = 236+142+66=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E42 is #1371BD. Grayscale: #A1A1A1. Windows color (decimal): -1274302 or 4361964. OLE color: 4361964.

HSL color Cylindrical-coordinate representation of color #EC8E42: hue angle of 26.82º 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 #EC8E42 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 66 -
CMYK 0 0.40 0.72 0.07
HSL 26.82º 0.82% 0.59% -
HSV(B) 26.82º 0.72% 0.93% -
XYZ 45.25 37.57 10.02 -
YUV 161.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 236 142 66 0 0.40 0.72 0.07 26.82 0.82 0.59
Hex EC 8E 42 0 28 48 7 1B 52 3B
Octal 354 216 102 0 50 110 7 33 122 73
Binary 11101100 10001110 1000010 0 101000 1001000 111 11011 1010010 111011

Color Harmonies of #EC8E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E42

Black with #EC8E42

Text Example


Text Example

White with #EC8E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E42; }

 p { color: rgb(236,142,66); }

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

background-color css

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

 a { background-color: rgb(236,142,66); }

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

border-color css

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

 span { border-color: rgb(236,142,66); }

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