Html Css Color HEX #EA9141 California

📋 copy color: '#EA9141'

red 234 ◦ green 145 ◦ blue 65

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

Shades of California #EA9141

Tints of California #EA9141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 52.7%
G = 32.66%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA9141 (or 0xEA9141) is known color: California. HEX triplet: EA, 91 and 41. RGB value is (234,145,65). Sum of RGB (Red+Green+Blue) = 234+145+65=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9141 is #156EBE. Grayscale: #A2A2A2. Windows color (decimal): -1404607 or 4297194. OLE color: 4297194.

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

Color convert

RGB 234 145 65 -
CMYK 0 0.38 0.72 0.08
HSL 28.4º 0.8% 0.59% -
HSV(B) 28.4º 0.72% 0.92% -
XYZ 45.01 38.12 9.99 -
YUV 162.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 234 145 65 0 0.38 0.72 0.08 28.4 0.8 0.59
Hex EA 91 41 0 26 48 8 1C 50 3B
Octal 352 221 101 0 46 110 10 34 120 73
Binary 11101010 10010001 1000001 0 100110 1001000 1000 11100 1010000 111011

Color Harmonies of #EA9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9141

Black with #EA9141

Text Example


Text Example

White with #EA9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9141; }

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

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

background-color css

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

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

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

border-color css

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

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

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