#E58F42

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

Shades of California #E58F42

Tints of California #E58F42

Color information

#E58F42 (or 0xE58F42) is unknown color: approx California. HEX triplet: E5, 8F and 42. RGB value is (229,143,66). Sum of RGB (Red+Green+Blue) = 229+143+66=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58F42 is #1A70BD. Grayscale: #A0A0A0. Windows color (decimal): -1732798 or 4362213. OLE color: 4362213.

HSL color Cylindrical-coordinate representation of color #E58F42: hue angle of 28.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E58F42 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22914366-
CMYK00.380.710.10
HSL28.34º75.81%57.84%-
HSV(B)28.34º71.18%89.8%-
XYZ43.1236.79.96-
YUV159.9474.99177.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=52.28%
G=32.65%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291436600.380.710.1028.3475.8157.84
HexE58F4202647A1c4c3a
Octal345217102046107123411472
Binary11100101100011111000010010011010001111010111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58F42; }

 p { color: rgb(229,143,66); }

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

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

 a { background-color: rgb(229,143,66); }

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

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

 span { border-color: rgb(229,143,66); }

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