#E49233

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

Shades of California #E49233

Tints of California #E49233

Color information

#E49233 (or 0xE49233) is unknown color: approx California. HEX triplet: E4, 92 and 33. RGB value is (228,146,51). Sum of RGB (Red+Green+Blue) = 228+146+51=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E49233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49233 is #1B6DCC. Grayscale: #A0A0A0. Windows color (decimal): -1797581 or 3379940. OLE color: 3379940.

HSL color Cylindrical-coordinate representation of color #E49233: hue angle of 32.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E49233 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB22814651-
CMYK00.360.780.11
HSL32.2º76.62%54.71%-
HSV(B)32.2º77.63%89.41%-
XYZ42.8737.298.07-
YUV159.6966.67176.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.65%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 51 (20.31% from 255) = 12%
R=53.65%
G=34.35%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281465100.360.780.1132.276.6254.71
HexE492330244EB204d37
Octal34422263044116134011567
Binary11100100100100101100110100100100111010111000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49233; }

 p { color: rgb(228,146,51); }

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

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

 a { background-color: rgb(228,146,51); }

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

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

 span { border-color: rgb(228,146,51); }

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