Html Css Color HEX #E08E52 Whiskey Sour

📋 copy color: '#E08E52'

red 224 ◦ green 142 ◦ blue 82

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

Shades of Whiskey Sour #E08E52

Tints of Whiskey Sour #E08E52

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 50%
G = 31.7%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08E52 (or 0xE08E52) is known color: Whiskey Sour. HEX triplet: E0, 8E and 52. RGB value is (224,142,82). Sum of RGB (Red+Green+Blue) = 224+142+82=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E52 is #1F71AD. Grayscale: #A0A0A0. Windows color (decimal): -2060718 or 5410528. OLE color: 5410528.

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

Color convert

RGB 224 142 82 -
CMYK 0 0.37 0.63 0.12
HSL 25.35º 0.7% 0.6% -
HSV(B) 25.35º 0.63% 0.88% -
XYZ 41.94 35.8 12.68 -
YUV 159.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 224 142 82 0 0.37 0.63 0.12 25.35 0.7 0.6
Hex E0 8E 52 0 25 3F C 19 46 3C
Octal 340 216 122 0 45 77 14 31 106 74
Binary 11100000 10001110 1010010 0 100101 111111 1100 11001 1000110 111100

Color Harmonies of #E08E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E52

Black with #E08E52

Text Example


Text Example

White with #E08E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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