Html Css Color HEX #E0915E Whiskey Sour

📋 copy color: '#E0915E'

red 224 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #E0915E

Tints of Whiskey Sour #E0915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 48.38%
G = 31.32%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0915E (or 0xE0915E) is known color: Whiskey Sour. HEX triplet: E0, 91 and 5E. RGB value is (224,145,94). Sum of RGB (Red+Green+Blue) = 224+145+94=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0915E is #1F6EA1. Grayscale: #A3A3A3. Windows color (decimal): -2059938 or 6197728. OLE color: 6197728.

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

Color convert

RGB 224 145 94 -
CMYK 0 0.35 0.58 0.12
HSL 23.54º 0.68% 0.62% -
HSV(B) 23.54º 0.58% 0.88% -
XYZ 42.89 36.91 15.45 -
YUV 162.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 224 145 94 0 0.35 0.58 0.12 23.54 0.68 0.62
Hex E0 91 5E 0 23 3A C 18 44 3E
Octal 340 221 136 0 43 72 14 30 104 76
Binary 11100000 10010001 1011110 0 100011 111010 1100 11000 1000100 111110

Color Harmonies of #E0915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0915E

Black with #E0915E

Text Example


Text Example

White with #E0915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0915E; }

 p { color: rgb(224,145,94); }

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

background-color css

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

 a { background-color: rgb(224,145,94); }

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

border-color css

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

 span { border-color: rgb(224,145,94); }

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