Html Css Color HEX #E08C52 Whiskey Sour

📋 copy color: '#E08C52'

red 224 ◦ green 140 ◦ blue 82

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

Shades of Whiskey Sour #E08C52

Tints of Whiskey Sour #E08C52

RGB

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

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

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

R = 50.22%
G = 31.39%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08C52 (or 0xE08C52) is known color: Whiskey Sour. HEX triplet: E0, 8C and 52. RGB value is (224,140,82). Sum of RGB (Red+Green+Blue) = 224+140+82=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C52 is #1F73AD. Grayscale: #9E9E9E. Windows color (decimal): -2061230 or 5410016. OLE color: 5410016.

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

Color convert

RGB 224 140 82 -
CMYK 0 0.38 0.63 0.12
HSL 24.51º 0.7% 0.6% -
HSV(B) 24.51º 0.63% 0.88% -
XYZ 41.64 35.21 12.58 -
YUV 158.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 224 140 82 0 0.38 0.63 0.12 24.51 0.7 0.6
Hex E0 8C 52 0 26 3F C 19 46 3C
Octal 340 214 122 0 46 77 14 31 106 74
Binary 11100000 10001100 1010010 0 100110 111111 1100 11001 1000110 111100

Color Harmonies of #E08C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C52

Black with #E08C52

Text Example


Text Example

White with #E08C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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