#E48E37

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

Shades of California #E48E37

Tints of California #E48E37

Color information

#E48E37 (or 0xE48E37) is unknown color: approx California. HEX triplet: E4, 8E and 37. RGB value is (228,142,55). Sum of RGB (Red+Green+Blue) = 228+142+55=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E37 is #1B71C8. Grayscale: #9E9E9E. Windows color (decimal): -1798601 or 3641060. OLE color: 3641060.

HSL color Cylindrical-coordinate representation of color #E48E37: hue angle of 30.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E48E37 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB22814255-
CMYK00.380.760.11
HSL30.17º76.21%55.49%-
HSV(B)30.17º75.88%89.41%-
XYZ42.3636.128.35-
YUV157.869.99178.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.65%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=53.65%
G=33.41%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281425500.380.760.1130.1776.2155.49
HexE48E370264CB1e4c37
Octal34421667046114133611467
Binary1110010010001110110111010011010011001011111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48E37; }

 p { color: rgb(228,142,55); }

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

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

 a { background-color: rgb(228,142,55); }

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

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

 span { border-color: rgb(228,142,55); }

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