Html Css Color HEX #E18A55 Whiskey Sour

📋 copy color: '#E18A55'

red 225 ◦ green 138 ◦ blue 85

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

Shades of Whiskey Sour #E18A55

Tints of Whiskey Sour #E18A55

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

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

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

R = 50.22%
G = 30.8%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E18A55 (or 0xE18A55) is known color: Whiskey Sour. HEX triplet: E1, 8A and 55. RGB value is (225,138,85). Sum of RGB (Red+Green+Blue) = 225+138+85=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A55 is #1E75AA. Grayscale: #9E9E9E. Windows color (decimal): -1996203 or 5606113. OLE color: 5606113.

HSL color Cylindrical-coordinate representation of color #E18A55: hue angle of 22.71º degrees, saturation: 0.7, 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 #E18A55 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 85 -
CMYK 0 0.39 0.62 0.12
HSL 22.71º 0.7% 0.61% -
HSV(B) 22.71º 0.62% 0.88% -
XYZ 41.78 34.84 13.12 -
YUV 157.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 225 138 85 0 0.39 0.62 0.12 22.71 0.7 0.61
Hex E1 8A 55 0 27 3E C 17 46 3D
Octal 341 212 125 0 47 76 14 27 106 75
Binary 11100001 10001010 1010101 0 100111 111110 1100 10111 1000110 111101

Color Harmonies of #E18A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A55

Black with #E18A55

Text Example


Text Example

White with #E18A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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