#E0B19B

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

Shades of Wax Flower #E0B19B

Tints of Wax Flower #E0B19B

Color information

#E0B19B (or 0xE0B19B) is unknown color: approx Wax Flower. HEX triplet: E0, B1 and 9B. RGB value is (224,177,155). Sum of RGB (Red+Green+Blue) = 224+177+155=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B19B is #1F4E64. Grayscale: #BCBCBC. Windows color (decimal): -2051685 or 10203616. OLE color: 10203616.

HSL color Cylindrical-coordinate representation of color #E0B19B: hue angle of 19.13º 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 #E0B19B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224177155-
CMYK00.210.310.12
HSL19.13º52.67%74.31%-
HSV(B)19.13º30.8%87.84%-
XYZ52.3849.6637.83-
YUV188.54109.07153.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=40.29%
G=31.83%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417715500.210.310.1219.1352.6774.31
HexE0B19B0151FC13354a
Octal34026123302537142365112
Binary111000001011000110011011010101111111100100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B19B; }

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

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

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

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

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

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

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

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