#E39338

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

Shades of California #E39338

Tints of California #E39338

Color information

#E39338 (or 0xE39338) is unknown color: approx California. HEX triplet: E3, 93 and 38. RGB value is (227,147,56). Sum of RGB (Red+Green+Blue) = 227+147+56=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E39338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39338 is #1C6CC7. Grayscale: #A0A0A0. Windows color (decimal): -1862856 or 3707875. OLE color: 3707875.

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

Color convert

RGB22714756-
CMYK00.350.750.11
HSL31.93º75.33%55.49%-
HSV(B)31.93º75.33%89.02%-
XYZ42.8337.488.72-
YUV160.5569175.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.79%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 56 (22.27% from 255) = 13.02%
R=52.79%
G=34.19%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271475600.350.750.1131.9375.3355.49
HexE393380234BB204b37
Octal34322370043113134011367
Binary11100011100100111110000100011100101110111000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39338; }

 p { color: rgb(227,147,56); }

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

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

 a { background-color: rgb(227,147,56); }

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

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

 span { border-color: rgb(227,147,56); }

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