#E9953D

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

Shades of California #E9953D

Tints of California #E9953D

Color information

#E9953D (or 0xE9953D) is unknown color: approx California. HEX triplet: E9, 95 and 3D. RGB value is (233,149,61). Sum of RGB (Red+Green+Blue) = 233+149+61=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9953D is #166AC2. Grayscale: #A4A4A4. Windows color (decimal): -1469123 or 4036073. OLE color: 4036073.

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

Color convert

RGB23314961-
CMYK00.360.740.09
HSL30.7º79.63%57.65%-
HSV(B)30.7º73.82%91.37%-
XYZ45.1939.169.59-
YUV164.0869.83177.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 61 (24.22% from 255) = 13.77%
R=52.60%
G=33.63%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331496100.360.740.0930.779.6357.65
HexE9953D0244A91f503a
Octal35122575044112113712072
Binary1110100110010101111101010010010010101001111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9953D; }

 p { color: rgb(233,149,61); }

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

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

 a { background-color: rgb(233,149,61); }

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

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

 span { border-color: rgb(233,149,61); }

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