Html Css Color HEX #EA913F California

📋 copy color: '#EA913F'

red 234 ◦ green 145 ◦ blue 63

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

Shades of California #EA913F

Tints of California #EA913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.81%

 BLUE value IS 63 (25% from 255) = 14.25%

R = 52.94%
G = 32.81%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA913F (or 0xEA913F) is known color: California. HEX triplet: EA, 91 and 3F. RGB value is (234,145,63). Sum of RGB (Red+Green+Blue) = 234+145+63=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA913F is #156EC0. Grayscale: #A2A2A2. Windows color (decimal): -1404609 or 4166122. OLE color: 4166122.

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

Color convert

RGB 234 145 63 -
CMYK 0 0.38 0.73 0.08
HSL 28.77º 0.8% 0.58% -
HSV(B) 28.77º 0.73% 0.92% -
XYZ 44.95 38.1 9.69 -
YUV 162.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 234 145 63 0 0.38 0.73 0.08 28.77 0.8 0.58
Hex EA 91 3F 0 26 49 8 1D 50 3A
Octal 352 221 77 0 46 111 10 35 120 72
Binary 11101010 10010001 111111 0 100110 1001001 1000 11101 1010000 111010

Color Harmonies of #EA913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA913F

Black with #EA913F

Text Example


Text Example

White with #EA913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA913F; }

 p { color: rgb(234,145,63); }

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

background-color css

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

 a { background-color: rgb(234,145,63); }

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

border-color css

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

 span { border-color: rgb(234,145,63); }

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