Html Css Color HEX #EA8C40 California

📋 copy color: '#EA8C40'

red 234 ◦ green 140 ◦ blue 64

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

Shades of California #EA8C40

Tints of California #EA8C40

RGB

 RED value IS 234 (91.8% from 255) = 53.42%

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

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

R = 53.42%
G = 31.96%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA8C40 (or 0xEA8C40) is known color: California. HEX triplet: EA, 8C and 40. RGB value is (234,140,64). Sum of RGB (Red+Green+Blue) = 234+140+64=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C40 is #1573BF. Grayscale: #9F9F9F. Windows color (decimal): -1405888 or 4230378. OLE color: 4230378.

HSL color Cylindrical-coordinate representation of color #EA8C40: hue angle of 26.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA8C40 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 64 -
CMYK 0 0.40 0.73 0.08
HSL 26.82º 0.8% 0.58% -
HSV(B) 26.82º 0.73% 0.92% -
XYZ 44.24 36.62 9.59 -
YUV 159.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 234 140 64 0 0.40 0.73 0.08 26.82 0.8 0.58
Hex EA 8C 40 0 28 49 8 1B 50 3A
Octal 352 214 100 0 50 111 10 33 120 72
Binary 11101010 10001100 1000000 0 101000 1001001 1000 11011 1010000 111010

Color Harmonies of #EA8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C40

Black with #EA8C40

Text Example


Text Example

White with #EA8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C40; }

 p { color: rgb(234,140,64); }

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

background-color css

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

 a { background-color: rgb(234,140,64); }

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

border-color css

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

 span { border-color: rgb(234,140,64); }

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