#E48B42

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

Shades of California #E48B42

Tints of California #E48B42

Color information

#E48B42 (or 0xE48B42) is unknown color: approx California. HEX triplet: E4, 8B and 42. RGB value is (228,139,66). Sum of RGB (Red+Green+Blue) = 228+139+66=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B42 is #1B74BD. Grayscale: #9D9D9D. Windows color (decimal): -1799358 or 4361188. OLE color: 4361188.

HSL color Cylindrical-coordinate representation of color #E48B42: hue angle of 27.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E48B42 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22813966-
CMYK00.390.710.11
HSL27.04º75%57.65%-
HSV(B)27.04º71.05%89.41%-
XYZ42.2135.359.75-
YUV157.2976.49178.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.66%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=52.66%
G=32.10%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281396600.390.710.1127.047557.65
HexE48B4202747B1b4b3a
Octal344213102047107133311372
Binary11100100100010111000010010011110001111011110111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48B42; }

 p { color: rgb(228,139,66); }

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

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

 a { background-color: rgb(228,139,66); }

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

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

 span { border-color: rgb(228,139,66); }

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