#E79132

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

Shades of California #E79132

Tints of California #E79132

Color information

#E79132 (or 0xE79132) is unknown color: approx California. HEX triplet: E7, 91 and 32. RGB value is (231,145,50). Sum of RGB (Red+Green+Blue) = 231+145+50=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E79132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79132 is #186ECD. Grayscale: #A0A0A0. Windows color (decimal): -1601230 or 3314151. OLE color: 3314151.

HSL color Cylindrical-coordinate representation of color #E79132: hue angle of 31.49º 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 #E79132 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23114550-
CMYK00.370.780.09
HSL31.49º79.04%55.1%-
HSV(B)31.49º78.35%90.59%-
XYZ43.6637.477.95-
YUV159.8865.99178.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.23%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 50 (19.92% from 255) = 11.74%
R=54.23%
G=34.04%
B=11.74%

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
Decimal2311455000.370.780.0931.4979.0455.1
HexE791320254E91f4f37
Octal34722162045116113711767
Binary1110011110010001110010010010110011101001111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79132; }

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

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

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

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

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

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

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

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