Html Css Color HEX #EC8F40 California

📋 copy color: '#EC8F40'

red 236 ◦ green 143 ◦ blue 64

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

Shades of California #EC8F40

Tints of California #EC8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.28%

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

R = 53.27%
G = 32.28%
B = 14.45%

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

#EC8F40 (or 0xEC8F40) is known color: California. HEX triplet: EC, 8F and 40. RGB value is (236,143,64). Sum of RGB (Red+Green+Blue) = 236+143+64=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F40 is #1370BF. Grayscale: #A2A2A2. Windows color (decimal): -1274048 or 4231148. OLE color: 4231148.

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

Color convert

RGB 236 143 64 -
CMYK 0 0.39 0.73 0.07
HSL 27.56º 0.82% 0.59% -
HSV(B) 27.56º 0.73% 0.93% -
XYZ 45.34 37.85 9.77 -
YUV 161.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 236 143 64 0 0.39 0.73 0.07 27.56 0.82 0.59
Hex EC 8F 40 0 27 49 7 1C 52 3B
Octal 354 217 100 0 47 111 7 34 122 73
Binary 11101100 10001111 1000000 0 100111 1001001 111 11100 1010010 111011

Color Harmonies of #EC8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F40

Black with #EC8F40

Text Example


Text Example

White with #EC8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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