Html Css Color HEX #EA8936 California

📋 copy color: '#EA8936'

red 234 ◦ green 137 ◦ blue 54

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

Shades of California #EA8936

Tints of California #EA8936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.71%

R = 55.06%
G = 32.24%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA8936 (or 0xEA8936) is known color: California. HEX triplet: EA, 89 and 36. RGB value is (234,137,54). Sum of RGB (Red+Green+Blue) = 234+137+54=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8936 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8936 is #1576C9. Grayscale: #9C9C9C. Windows color (decimal): -1406666 or 3574250. OLE color: 3574250.

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

Color convert

RGB 234 137 54 -
CMYK 0 0.41 0.77 0.08
HSL 27.67º 0.81% 0.56% -
HSV(B) 27.67º 0.77% 0.92% -
XYZ 43.54 35.65 8.08 -
YUV 156.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 234 137 54 0 0.41 0.77 0.08 27.67 0.81 0.56
Hex EA 89 36 0 29 4D 8 1C 51 38
Octal 352 211 66 0 51 115 10 34 121 70
Binary 11101010 10001001 110110 0 101001 1001101 1000 11100 1010001 111000

Color Harmonies of #EA8936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8936

Black with #EA8936

Text Example


Text Example

White with #EA8936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8936; }

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

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

background-color css

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

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

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

border-color css

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

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

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