#E79242

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

Shades of California #E79242

Tints of California #E79242

Color information

#E79242 (or 0xE79242) is unknown color: approx California. HEX triplet: E7, 92 and 42. RGB value is (231,146,66). Sum of RGB (Red+Green+Blue) = 231+146+66=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E79242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79242 is #186DBD. Grayscale: #A2A2A2. Windows color (decimal): -1600958 or 4362983. OLE color: 4362983.

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

Color convert

RGB23114666-
CMYK00.370.710.09
HSL29.09º77.46%58.24%-
HSV(B)29.09º71.43%90.59%-
XYZ44.2237.9410.15-
YUV162.373.66177-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=52.14%
G=32.96%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311466600.370.710.0929.0977.4658.24
HexE792420254791d4d3a
Octal347222102045107113511572
Binary11100111100100101000010010010110001111001111011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79242; }

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

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

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

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

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

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

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

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