#E28E56

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

Shades of Whiskey Sour #E28E56

Tints of Whiskey Sour #E28E56

Color information

#E28E56 (or 0xE28E56) is unknown color: approx Whiskey Sour. HEX triplet: E2, 8E and 56. RGB value is (226,142,86). Sum of RGB (Red+Green+Blue) = 226+142+86=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E56 is #1D71A9. Grayscale: #A1A1A1. Windows color (decimal): -1929642 or 5672674. OLE color: 5672674.

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

Color convert

RGB22614286-
CMYK00.370.620.11
HSL24º70.71%61.18%-
HSV(B)24º61.95%88.63%-
XYZ42.7236.1913.54-
YUV160.7385.83174.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=49.78%
G=31.28%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261428600.370.620.112470.7161.18
HexE28E560253EB18473d
Octal34221612604576133010775
Binary1110001010001110101011001001011111101011110001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28E56; }

 p { color: rgb(226,142,86); }

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

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

 a { background-color: rgb(226,142,86); }

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

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

 span { border-color: rgb(226,142,86); }

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