#E99240

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

Shades of California #E99240

Tints of California #E99240

Color information

#E99240 (or 0xE99240) is unknown color: approx California. HEX triplet: E9, 92 and 40. RGB value is (233,146,64). Sum of RGB (Red+Green+Blue) = 233+146+64=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E99240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99240 is #166DBF. Grayscale: #A3A3A3. Windows color (decimal): -1469888 or 4231913. OLE color: 4231913.

HSL color Cylindrical-coordinate representation of color #E99240: hue angle of 29.11º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E99240 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23314664-
CMYK00.370.730.09
HSL29.11º79.34%58.24%-
HSV(B)29.11º72.53%91.37%-
XYZ44.8138.259.87-
YUV162.6672.32178.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=52.60%
G=32.96%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331466400.370.730.0929.1179.3458.24
HexE992400254991d4f3a
Octal351222100045111113511772
Binary11101001100100101000000010010110010011001111011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99240; }

 p { color: rgb(233,146,64); }

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

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

 a { background-color: rgb(233,146,64); }

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

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

 span { border-color: rgb(233,146,64); }

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