Html Css Color HEX #E0B199 Wax Flower

📋 copy color: '#E0B199'

red 224 ◦ green 177 ◦ blue 153

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

Shades of Wax Flower #E0B199

Tints of Wax Flower #E0B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 40.43%
G = 31.95%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0B199 (or 0xE0B199) is known color: Wax Flower. HEX triplet: E0, B1 and 99. RGB value is (224,177,153). Sum of RGB (Red+Green+Blue) = 224+177+153=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B199 is #1F4E66. Grayscale: #BCBCBC. Windows color (decimal): -2051687 or 10072544. OLE color: 10072544.

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

Color convert

RGB 224 177 153 -
CMYK 0 0.21 0.32 0.12
HSL 20.28º 0.53% 0.74% -
HSV(B) 20.28º 0.32% 0.88% -
XYZ 52.21 49.59 36.96 -
YUV 188.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 224 177 153 0 0.21 0.32 0.12 20.28 0.53 0.74
Hex E0 B1 99 0 15 20 C 14 35 4A
Octal 340 261 231 0 25 40 14 24 65 112
Binary 11100000 10110001 10011001 0 10101 100000 1100 10100 110101 1001010

Color Harmonies of #E0B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B199

Black with #E0B199

Text Example


Text Example

White with #E0B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B199; }

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

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

background-color css

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

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

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

border-color css

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

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

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