#E0A79B

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

Shades of Rose #E0A79B

Tints of Rose #E0A79B

Color information

#E0A79B (or 0xE0A79B) is unknown color: approx Rose. HEX triplet: E0, A7 and 9B. RGB value is (224,167,155). Sum of RGB (Red+Green+Blue) = 224+167+155=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A79B is #1F5864. Grayscale: #B6B6B6. Windows color (decimal): -2054245 or 10201056. OLE color: 10201056.

HSL color Cylindrical-coordinate representation of color #E0A79B: hue angle of 10.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A79B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224167155-
CMYK00.250.310.12
HSL10.43º52.67%74.31%-
HSV(B)10.43º30.8%87.84%-
XYZ50.4845.8537.2-
YUV182.68112.38157.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=41.03%
G=30.59%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416715500.250.310.1210.4352.6774.31
HexE0A79B0191FCa354a
Octal34024723303137141265112
Binary11100000101001111001101101100111111110010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A79B; }

 p { color: rgb(224,167,155); }

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

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

 a { background-color: rgb(224,167,155); }

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

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

 span { border-color: rgb(224,167,155); }

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