#E79032

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

Shades of California #E79032

Tints of California #E79032

Color information

#E79032 (or 0xE79032) is unknown color: approx California. HEX triplet: E7, 90 and 32. RGB value is (231,144,50). Sum of RGB (Red+Green+Blue) = 231+144+50=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E79032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79032 is #186FCD. Grayscale: #9F9F9F. Windows color (decimal): -1601486 or 3313895. OLE color: 3313895.

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

Color convert

RGB23114450-
CMYK00.380.780.09
HSL31.16º79.04%55.1%-
HSV(B)31.16º78.35%90.59%-
XYZ43.537.177.9-
YUV159.366.32179.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.35%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 50 (19.92% from 255) = 11.76%
R=54.35%
G=33.88%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311445000.380.780.0931.1679.0455.1
HexE790320264E91f4f37
Octal34722062046116113711767
Binary1110011110010000110010010011010011101001111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79032; }

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

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

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

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

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

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

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

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