Html Css Color HEX #E08F5D Whiskey Sour

📋 copy color: '#E08F5D'

red 224 ◦ green 143 ◦ blue 93

#E08F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #E08F5D

Tints of Whiskey Sour #E08F5D

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 48.7%
G = 31.09%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E08F5D (or 0xE08F5D) is known color: 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

RGB 224 143 93 -
CMYK 0 0.36 0.58 0.12
HSL 22.9º 0.68% 0.62% -
HSV(B) 22.9º 0.58% 0.88% -
XYZ 42.54 36.28 15.12 -
YUV 161.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 224 143 93 0 0.36 0.58 0.12 22.9 0.68 0.62
Hex E0 8F 5D 0 24 3A C 17 44 3E
Octal 340 217 135 0 44 72 14 27 104 76
Binary 11100000 10001111 1011101 0 100100 111010 1100 10111 1000100 111110

Color Harmonies of #E08F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F5D

Black with #E08F5D

Text Example


Text Example

White with #E08F5D

Text Example


Text Example

HTML Codes & Css Web 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>