Html Css Color HEX #EA873E California

📋 copy color: '#EA873E'

red 234 ◦ green 135 ◦ blue 62

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

Shades of California #EA873E

Tints of California #EA873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 54.29%
G = 31.32%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA873E (or 0xEA873E) is known color: California. HEX triplet: EA, 87 and 3E. RGB value is (234,135,62). Sum of RGB (Red+Green+Blue) = 234+135+62=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA873E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA873E is #1578C1. Grayscale: #9C9C9C. Windows color (decimal): -1407170 or 4098026. OLE color: 4098026.

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

Color convert

RGB 234 135 62 -
CMYK 0 0.42 0.74 0.08
HSL 25.47º 0.8% 0.58% -
HSV(B) 25.47º 0.74% 0.92% -
XYZ 43.47 35.17 9.05 -
YUV 156.28 74.8 183.44 -
System Red Green Blue C M Y K H S L
Decimal 234 135 62 0 0.42 0.74 0.08 25.47 0.8 0.58
Hex EA 87 3E 0 2A 4A 8 19 50 3A
Octal 352 207 76 0 52 112 10 31 120 72
Binary 11101010 10000111 111110 0 101010 1001010 1000 11001 1010000 111010

Color Harmonies of #EA873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA873E

Black with #EA873E

Text Example


Text Example

White with #EA873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA873E; }

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

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

background-color css

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

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

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

border-color css

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

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

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