#e08f5d

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

Shades of Whiskey Sour #E08F5D

Tints of Whiskey Sour #E08F5D

Color information

#E08F5D (or 0xE08F5D) is unknown color: approx Whiskey Sour. HEX triplet: E0, 8F and 5D. RGB value is (224,143,93). Sum of RGB (Red+Green+Blue) = 224+143+93=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F5D is #1F70A2. Grayscale: #A1A1A1. Windows color (decimal): -2060451 or 6131680. OLE color: 6131680.

HSL color Cylindrical-coordinate representation of color #E08F5D: hue angle of 22.9º 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 #E08F5D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22414393-
CMYK00.360.580.12
HSL22.9º67.88%62.16%-
HSV(B)22.9º58.48%87.84%-
XYZ42.5436.2815.12-
YUV161.5289.34172.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 93 (36.72% from 255) = 20.22%
R=48.70%
G=31.09%
B=20.22%

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
Decimal2241439300.360.580.1222.967.8862.16
HexE08F5D0243AC17443e
Octal34021713504472142710476
Binary1110000010001111101110101001001110101100101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08f5d; }

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

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

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

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

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

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

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

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