#E08F5E

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

Shades of Whiskey Sour #E08F5E

Tints of Whiskey Sour #E08F5E

Color information

#E08F5E (or 0xE08F5E) is unknown color: approx Whiskey Sour. HEX triplet: E0, 8F and 5E. RGB value is (224,143,94). Sum of RGB (Red+Green+Blue) = 224+143+94=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F5E is #1F70A1. Grayscale: #A1A1A1. Windows color (decimal): -2060450 or 6197216. OLE color: 6197216.

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

Color convert

RGB22414394-
CMYK00.360.580.12
HSL22.62º67.71%62.35%-
HSV(B)22.62º58.04%87.84%-
XYZ42.5836.315.35-
YUV161.6389.84172.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=48.59%
G=31.02%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241439400.360.580.1222.6267.7162.35
HexE08F5E0243AC17443e
Octal34021713604472142710476
Binary1110000010001111101111001001001110101100101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F5E; }

 p { color: rgb(224,143,94); }

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

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

 a { background-color: rgb(224,143,94); }

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

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

 span { border-color: rgb(224,143,94); }

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