#E58D38

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

Shades of California #E58D38

Tints of California #E58D38

Color information

#E58D38 (or 0xE58D38) is unknown color: approx California. HEX triplet: E5, 8D and 38. RGB value is (229,141,56). Sum of RGB (Red+Green+Blue) = 229+141+56=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58D38 is #1A72C7. Grayscale: #9E9E9E. Windows color (decimal): -1733320 or 3706341. OLE color: 3706341.

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

Color convert

RGB22914156-
CMYK00.380.760.10
HSL29.48º76.89%55.88%-
HSV(B)29.48º75.55%89.8%-
XYZ42.5535.998.45-
YUV157.6270.65178.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=53.76%
G=33.10%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291415600.380.760.1029.4876.8955.88
HexE58D380264CA1d4d38
Octal34521570046114123511570
Binary1110010110001101111000010011010011001010111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58D38; }

 p { color: rgb(229,141,56); }

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

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

 a { background-color: rgb(229,141,56); }

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

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

 span { border-color: rgb(229,141,56); }

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