Html Css Color HEX #EA8731 California

📋 copy color: '#EA8731'

red 234 ◦ green 135 ◦ blue 49

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

Shades of California #EA8731

Tints of California #EA8731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 55.98%
G = 32.3%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA8731 (or 0xEA8731) is known color: California. HEX triplet: EA, 87 and 31. RGB value is (234,135,49). Sum of RGB (Red+Green+Blue) = 234+135+49=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8731 is #1578CE. Grayscale: #9B9B9B. Windows color (decimal): -1407183 or 3246058. OLE color: 3246058.

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

Color convert

RGB 234 135 49 -
CMYK 0 0.42 0.79 0.08
HSL 27.89º 0.81% 0.55% -
HSV(B) 27.89º 0.79% 0.92% -
XYZ 43.15 35.04 7.4 -
YUV 154.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 234 135 49 0 0.42 0.79 0.08 27.89 0.81 0.55
Hex EA 87 31 0 2A 4F 8 1C 51 37
Octal 352 207 61 0 52 117 10 34 121 67
Binary 11101010 10000111 110001 0 101010 1001111 1000 11100 1010001 110111

Color Harmonies of #EA8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8731

Black with #EA8731

Text Example


Text Example

White with #EA8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8731; }

 p { color: rgb(234,135,49); }

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

background-color css

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

 a { background-color: rgb(234,135,49); }

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

border-color css

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

 span { border-color: rgb(234,135,49); }

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