#e08e5b

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

Shades of Whiskey Sour #E08E5B

Tints of Whiskey Sour #E08E5B

Color information

#E08E5B (or 0xE08E5B) is unknown color: approx Whiskey Sour. HEX triplet: E0, 8E and 5B. RGB value is (224,142,91). Sum of RGB (Red+Green+Blue) = 224+142+91=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E5B is #1F71A4. Grayscale: #A0A0A0. Windows color (decimal): -2060709 or 6000352. OLE color: 6000352.

HSL color Cylindrical-coordinate representation of color #E08E5B: hue angle of 23.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E08E5B is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22414291-
CMYK00.370.590.12
HSL23.01º68.21%61.76%-
HSV(B)23.01º59.38%87.84%-
XYZ42.335.9514.61-
YUV160.788.67173.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=49.02%
G=31.07%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241429100.370.590.1223.0168.2161.76
HexE08E5B0253BC17443e
Octal34021613304573142710476
Binary1110000010001110101101101001011110111100101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08e5b; }

 p { color: rgb(224,142,91); }

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

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

 a { background-color: rgb(224,142,91); }

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

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

 span { border-color: rgb(224,142,91); }

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