Html Css Color HEX #EC8E41 California

📋 copy color: '#EC8E41'

red 236 ◦ green 142 ◦ blue 65

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

Shades of California #EC8E41

Tints of California #EC8E41

RGB

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

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

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

R = 53.27%
G = 32.05%
B = 14.67%

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

#EC8E41 (or 0xEC8E41) is known color: California. HEX triplet: EC, 8E and 41. RGB value is (236,142,65). Sum of RGB (Red+Green+Blue) = 236+142+65=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E41 is #1371BE. Grayscale: #A1A1A1. Windows color (decimal): -1274303 or 4296428. OLE color: 4296428.

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

Color convert

RGB 236 142 65 -
CMYK 0 0.40 0.72 0.07
HSL 27.02º 0.82% 0.59% -
HSV(B) 27.02º 0.72% 0.93% -
XYZ 45.22 37.56 9.87 -
YUV 161.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 236 142 65 0 0.40 0.72 0.07 27.02 0.82 0.59
Hex EC 8E 41 0 28 48 7 1B 52 3B
Octal 354 216 101 0 50 110 7 33 122 73
Binary 11101100 10001110 1000001 0 101000 1001000 111 11011 1010010 111011

Color Harmonies of #EC8E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E41

Black with #EC8E41

Text Example


Text Example

White with #EC8E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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