Html Css Color HEX #EA8934 California

📋 copy color: '#EA8934'

red 234 ◦ green 137 ◦ blue 52

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

Shades of California #EA8934

Tints of California #EA8934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.39%

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

R = 55.32%
G = 32.39%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA8934 (or 0xEA8934) is known color: California. HEX triplet: EA, 89 and 34. RGB value is (234,137,52). Sum of RGB (Red+Green+Blue) = 234+137+52=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8934 is #1576CB. Grayscale: #9C9C9C. Windows color (decimal): -1406668 or 3443178. OLE color: 3443178.

HSL color Cylindrical-coordinate representation of color #EA8934: hue angle of 28.02º 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 #EA8934 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 52 -
CMYK 0 0.41 0.78 0.08
HSL 28.02º 0.81% 0.56% -
HSV(B) 28.02º 0.78% 0.92% -
XYZ 43.5 35.63 7.83 -
YUV 156.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 234 137 52 0 0.41 0.78 0.08 28.02 0.81 0.56
Hex EA 89 34 0 29 4E 8 1C 51 38
Octal 352 211 64 0 51 116 10 34 121 70
Binary 11101010 10001001 110100 0 101001 1001110 1000 11100 1010001 111000

Color Harmonies of #EA8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8934

Black with #EA8934

Text Example


Text Example

White with #EA8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8934; }

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

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

background-color css

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

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

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

border-color css

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

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

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