Html Css Color HEX #EA8C34 California

📋 copy color: '#EA8C34'

red 234 ◦ green 140 ◦ blue 52

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

Shades of California #EA8C34

Tints of California #EA8C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 54.93%
G = 32.86%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA8C34 (or 0xEA8C34) is known color: California. HEX triplet: EA, 8C and 34. RGB value is (234,140,52). Sum of RGB (Red+Green+Blue) = 234+140+52=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C34 is #1573CB. Grayscale: #9E9E9E. Windows color (decimal): -1405900 or 3443946. OLE color: 3443946.

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

Color convert

RGB 234 140 52 -
CMYK 0 0.40 0.78 0.08
HSL 29.01º 0.81% 0.56% -
HSV(B) 29.01º 0.78% 0.92% -
XYZ 43.93 36.5 7.98 -
YUV 158.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 234 140 52 0 0.40 0.78 0.08 29.01 0.81 0.56
Hex EA 8C 34 0 28 4E 8 1D 51 38
Octal 352 214 64 0 50 116 10 35 121 70
Binary 11101010 10001100 110100 0 101000 1001110 1000 11101 1010001 111000

Color Harmonies of #EA8C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C34

Black with #EA8C34

Text Example


Text Example

White with #EA8C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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