#E59434

Color #E59434 California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E59434

Tints of California #E59434

Color information

#E59434 (or 0xE59434) is unknown color: approx California. HEX triplet: E5, 94 and 34. RGB value is (229,148,52). Sum of RGB (Red+Green+Blue) = 229+148+52=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E59434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59434 is #1A6BCB. Grayscale: #A1A1A1. Windows color (decimal): -1731532 or 3445989. OLE color: 3445989.

HSL color Cylindrical-coordinate representation of color #E59434: hue angle of 32.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E59434 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB22914852-
CMYK00.350.770.10
HSL32.54º77.29%55.1%-
HSV(B)32.54º77.29%89.8%-
XYZ43.5238.098.31-
YUV161.2766.34176.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 52 (20.70% from 255) = 12.12%
R=53.38%
G=34.50%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291485200.350.770.1032.5477.2955.1
HexE594340234DA214d37
Octal34522464043115124111567
Binary11100101100101001101000100011100110110101000011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59434; }

 p { color: rgb(229,148,52); }

 H1.HeaderClassName
 {
   color: #E59434;
 }
 .AnyTagClassName
 {
   color: #E59434;
 }
</style>
background-color css

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

 a { background-color: rgb(229,148,52); }

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

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

 span { border-color: rgb(229,148,52); }

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