Html Css Color HEX #E08C5B Whiskey Sour

📋 copy color: '#E08C5B'

red 224 ◦ green 140 ◦ blue 91

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

Shades of Whiskey Sour #E08C5B

Tints of Whiskey Sour #E08C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

 BLUE value IS 91 (35.94% from 255) = 20%

R = 49.23%
G = 30.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E08C5B (or 0xE08C5B) is known color: Whiskey Sour. HEX triplet: E0, 8C and 5B. RGB value is (224,140,91). Sum of RGB (Red+Green+Blue) = 224+140+91=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C5B is #1F73A4. Grayscale: #9F9F9F. Windows color (decimal): -2061221 or 5999840. OLE color: 5999840.

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

Color convert

RGB 224 140 91 -
CMYK 0 0.38 0.59 0.12
HSL 22.11º 0.68% 0.62% -
HSV(B) 22.11º 0.59% 0.88% -
XYZ 42.01 35.36 14.51 -
YUV 159.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 224 140 91 0 0.38 0.59 0.12 22.11 0.68 0.62
Hex E0 8C 5B 0 26 3B C 16 44 3E
Octal 340 214 133 0 46 73 14 26 104 76
Binary 11100000 10001100 1011011 0 100110 111011 1100 10110 1000100 111110

Color Harmonies of #E08C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C5B

Black with #E08C5B

Text Example


Text Example

White with #E08C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C5B; }

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

 H1.HeaderClassName
 {
   color: #E08C5B;
 }
 .AnyTagClassName
 {
   color: #E08C5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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