#E0925B

Color #E0925B Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #E0925B

Tints of Whiskey Sour #E0925B

Color information

#E0925B (or 0xE0925B) is unknown color: approx Whiskey Sour. HEX triplet: E0, 92 and 5B. RGB value is (224,146,91). Sum of RGB (Red+Green+Blue) = 224+146+91=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0925B is #1F6DA4. Grayscale: #A3A3A3. Windows color (decimal): -2059685 or 6001376. OLE color: 6001376.

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

Color convert

RGB22414691-
CMYK00.350.590.12
HSL24.81º68.21%61.76%-
HSV(B)24.81º59.38%87.84%-
XYZ42.9137.1614.81-
YUV163.0587.34171.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=48.59%
G=31.67%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241469100.350.590.1224.8168.2161.76
HexE0925B0233BC19443e
Octal34022213304373143110476
Binary1110000010010010101101101000111110111100110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0925B; }

 p { color: rgb(224,146,91); }

 H1.HeaderClassName
 {
   color: #E0925B;
 }
 .AnyTagClassName
 {
   color: #E0925B;
 }
</style>
background-color css

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

 a { background-color: rgb(224,146,91); }

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

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

 span { border-color: rgb(224,146,91); }

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