Html Css Color HEX #EA9140 California

📋 copy color: '#EA9140'

red 234 ◦ green 145 ◦ blue 64

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

Shades of California #EA9140

Tints of California #EA9140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 52.82%
G = 32.73%
B = 14.45%

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

#EA9140 (or 0xEA9140) is known color: California. HEX triplet: EA, 91 and 40. RGB value is (234,145,64). Sum of RGB (Red+Green+Blue) = 234+145+64=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9140 is #156EBF. Grayscale: #A2A2A2. Windows color (decimal): -1404608 or 4231658. OLE color: 4231658.

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

Color convert

RGB 234 145 64 -
CMYK 0 0.38 0.73 0.08
HSL 28.59º 0.8% 0.58% -
HSV(B) 28.59º 0.73% 0.92% -
XYZ 44.98 38.11 9.84 -
YUV 162.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 234 145 64 0 0.38 0.73 0.08 28.59 0.8 0.58
Hex EA 91 40 0 26 49 8 1D 50 3A
Octal 352 221 100 0 46 111 10 35 120 72
Binary 11101010 10010001 1000000 0 100110 1001001 1000 11101 1010000 111010

Color Harmonies of #EA9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9140

Black with #EA9140

Text Example


Text Example

White with #EA9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9140; }

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

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

background-color css

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

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

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

border-color css

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

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

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