Html Css Color HEX #E08A55 Whiskey Sour

📋 copy color: '#E08A55'

red 224 ◦ green 138 ◦ blue 85

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

Shades of Whiskey Sour #E08A55

Tints of Whiskey Sour #E08A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 50.11%
G = 30.87%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08A55 (or 0xE08A55) is known color: Whiskey Sour. HEX triplet: E0, 8A and 55. RGB value is (224,138,85). Sum of RGB (Red+Green+Blue) = 224+138+85=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A55 is #1F75AA. Grayscale: #9D9D9D. Windows color (decimal): -2061739 or 5606112. OLE color: 5606112.

HSL color Cylindrical-coordinate representation of color #E08A55: hue angle of 22.88º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E08A55 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 85 -
CMYK 0 0.38 0.62 0.12
HSL 22.88º 0.69% 0.61% -
HSV(B) 22.88º 0.62% 0.88% -
XYZ 41.47 34.68 13.1 -
YUV 157.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 224 138 85 0 0.38 0.62 0.12 22.88 0.69 0.61
Hex E0 8A 55 0 26 3E C 17 45 3D
Octal 340 212 125 0 46 76 14 27 105 75
Binary 11100000 10001010 1010101 0 100110 111110 1100 10111 1000101 111101

Color Harmonies of #E08A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A55

Black with #E08A55

Text Example


Text Example

White with #E08A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A55; }

 p { color: rgb(224,138,85); }

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

background-color css

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

 a { background-color: rgb(224,138,85); }

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

border-color css

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

 span { border-color: rgb(224,138,85); }

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