Html Css Color HEX #EA9340 California

📋 copy color: '#EA9340'

red 234 ◦ green 147 ◦ blue 64

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

Shades of California #EA9340

Tints of California #EA9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.03%

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

R = 52.58%
G = 33.03%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA9340 (or 0xEA9340) is known color: California. HEX triplet: EA, 93 and 40. RGB value is (234,147,64). Sum of RGB (Red+Green+Blue) = 234+147+64=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9340 is #156CBF. Grayscale: #A3A3A3. Windows color (decimal): -1404096 or 4232170. OLE color: 4232170.

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

Color convert

RGB 234 147 64 -
CMYK 0 0.37 0.73 0.08
HSL 29.29º 0.8% 0.58% -
HSV(B) 29.29º 0.73% 0.92% -
XYZ 45.29 38.73 9.94 -
YUV 163.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 234 147 64 0 0.37 0.73 0.08 29.29 0.8 0.58
Hex EA 93 40 0 25 49 8 1D 50 3A
Octal 352 223 100 0 45 111 10 35 120 72
Binary 11101010 10010011 1000000 0 100101 1001001 1000 11101 1010000 111010

Color Harmonies of #EA9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9340

Black with #EA9340

Text Example


Text Example

White with #EA9340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9340; }

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

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

background-color css

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

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

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

border-color css

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

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

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