Html Css Color HEX #EA9041 California

📋 copy color: '#EA9041'

red 234 ◦ green 144 ◦ blue 65

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

Shades of California #EA9041

Tints of California #EA9041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

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

R = 52.82%
G = 32.51%
B = 14.67%

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

#EA9041 (or 0xEA9041) is known color: California. HEX triplet: EA, 90 and 41. RGB value is (234,144,65). Sum of RGB (Red+Green+Blue) = 234+144+65=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9041 is #156FBE. Grayscale: #A2A2A2. Windows color (decimal): -1404863 or 4296938. OLE color: 4296938.

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

Color convert

RGB 234 144 65 -
CMYK 0 0.38 0.72 0.08
HSL 28.05º 0.8% 0.59% -
HSV(B) 28.05º 0.72% 0.92% -
XYZ 44.86 37.82 9.94 -
YUV 161.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 234 144 65 0 0.38 0.72 0.08 28.05 0.8 0.59
Hex EA 90 41 0 26 48 8 1C 50 3B
Octal 352 220 101 0 46 110 10 34 120 73
Binary 11101010 10010000 1000001 0 100110 1001000 1000 11100 1010000 111011

Color Harmonies of #EA9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9041

Black with #EA9041

Text Example


Text Example

White with #EA9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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