Html Css Color HEX #EA8939 California

📋 copy color: '#EA8939'

red 234 ◦ green 137 ◦ blue 57

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

Shades of California #EA8939

Tints of California #EA8939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.32%

R = 54.67%
G = 32.01%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA8939 (or 0xEA8939) is known color: California. HEX triplet: EA, 89 and 39. RGB value is (234,137,57). Sum of RGB (Red+Green+Blue) = 234+137+57=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8939 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8939 is #1576C6. Grayscale: #9D9D9D. Windows color (decimal): -1406663 or 3770858. OLE color: 3770858.

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

Color convert

RGB 234 137 57 -
CMYK 0 0.41 0.76 0.08
HSL 27.12º 0.81% 0.57% -
HSV(B) 27.12º 0.76% 0.92% -
XYZ 43.62 35.68 8.46 -
YUV 156.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 234 137 57 0 0.41 0.76 0.08 27.12 0.81 0.57
Hex EA 89 39 0 29 4C 8 1B 51 39
Octal 352 211 71 0 51 114 10 33 121 71
Binary 11101010 10001001 111001 0 101001 1001100 1000 11011 1010001 111001

Color Harmonies of #EA8939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8939

Black with #EA8939

Text Example


Text Example

White with #EA8939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8939; }

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

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

background-color css

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

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

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

border-color css

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

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

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