Html Css Color HEX #E08F52 Whiskey Sour

📋 copy color: '#E08F52'

red 224 ◦ green 143 ◦ blue 82

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

Shades of Whiskey Sour #E08F52

Tints of Whiskey Sour #E08F52

RGB

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

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

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

R = 49.89%
G = 31.85%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08F52 (or 0xE08F52) is known color: Whiskey Sour. HEX triplet: E0, 8F and 52. RGB value is (224,143,82). Sum of RGB (Red+Green+Blue) = 224+143+82=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F52 is #1F70AD. Grayscale: #A0A0A0. Windows color (decimal): -2060462 or 5410784. OLE color: 5410784.

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

Color convert

RGB 224 143 82 -
CMYK 0 0.36 0.63 0.12
HSL 25.77º 0.7% 0.6% -
HSV(B) 25.77º 0.63% 0.88% -
XYZ 42.09 36.1 12.73 -
YUV 160.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 224 143 82 0 0.36 0.63 0.12 25.77 0.7 0.6
Hex E0 8F 52 0 24 3F C 1A 46 3C
Octal 340 217 122 0 44 77 14 32 106 74
Binary 11100000 10001111 1010010 0 100100 111111 1100 11010 1000110 111100

Color Harmonies of #E08F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F52

Black with #E08F52

Text Example


Text Example

White with #E08F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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