Html Css Color HEX #EA873D California

📋 copy color: '#EA873D'

red 234 ◦ green 135 ◦ blue 61

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

Shades of California #EA873D

Tints of California #EA873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 54.42%
G = 31.4%
B = 14.19%

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

#EA873D (or 0xEA873D) is known color: California. HEX triplet: EA, 87 and 3D. RGB value is (234,135,61). Sum of RGB (Red+Green+Blue) = 234+135+61=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA873D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA873D is #1578C2. Grayscale: #9C9C9C. Windows color (decimal): -1407171 or 4032490. OLE color: 4032490.

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

Color convert

RGB 234 135 61 -
CMYK 0 0.42 0.74 0.08
HSL 25.66º 0.8% 0.58% -
HSV(B) 25.66º 0.74% 0.92% -
XYZ 43.44 35.16 8.91 -
YUV 156.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 234 135 61 0 0.42 0.74 0.08 25.66 0.8 0.58
Hex EA 87 3D 0 2A 4A 8 1A 50 3A
Octal 352 207 75 0 52 112 10 32 120 72
Binary 11101010 10000111 111101 0 101010 1001010 1000 11010 1010000 111010

Color Harmonies of #EA873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA873D

Black with #EA873D

Text Example


Text Example

White with #EA873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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