#E79232

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

Shades of California #E79232

Tints of California #E79232

Color information

#E79232 (or 0xE79232) is unknown color: approx California. HEX triplet: E7, 92 and 32. RGB value is (231,146,50). Sum of RGB (Red+Green+Blue) = 231+146+50=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E79232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79232 is #186DCD. Grayscale: #A0A0A0. Windows color (decimal): -1600974 or 3314407. OLE color: 3314407.

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

Color convert

RGB23114650-
CMYK00.370.780.09
HSL31.82º79.04%55.1%-
HSV(B)31.82º78.35%90.59%-
XYZ43.8137.788-
YUV160.4765.66178.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.10%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 50 (19.92% from 255) = 11.71%
R=54.10%
G=34.19%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311465000.370.780.0931.8279.0455.1
HexE792320254E9204f37
Octal34722262045116114011767
Binary11100111100100101100100100101100111010011000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79232; }

 p { color: rgb(231,146,50); }

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

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

 a { background-color: rgb(231,146,50); }

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

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

 span { border-color: rgb(231,146,50); }

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