Html Css Color HEX #E1B199 Wax Flower

📋 copy color: '#E1B199'

red 225 ◦ green 177 ◦ blue 153

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

Shades of Wax Flower #E1B199

Tints of Wax Flower #E1B199

RGB

 RED value IS 225 (88.28% from 255) = 40.54%

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

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

R = 40.54%
G = 31.89%
B = 27.57%

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

#E1B199 (or 0xE1B199) is known color: Wax Flower. HEX triplet: E1, B1 and 99. RGB value is (225,177,153). Sum of RGB (Red+Green+Blue) = 225+177+153=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B199 is #1E4E66. Grayscale: #BCBCBC. Windows color (decimal): -1986151 or 10072545. OLE color: 10072545.

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

Color convert

RGB 225 177 153 -
CMYK 0 0.21 0.32 0.12
HSL 20º 0.55% 0.74% -
HSV(B) 20º 0.32% 0.88% -
XYZ 52.52 49.75 36.97 -
YUV 188.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 225 177 153 0 0.21 0.32 0.12 20 0.55 0.74
Hex E1 B1 99 0 15 20 C 14 37 4A
Octal 341 261 231 0 25 40 14 24 67 112
Binary 11100001 10110001 10011001 0 10101 100000 1100 10100 110111 1001010

Color Harmonies of #E1B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B199

Black with #E1B199

Text Example


Text Example

White with #E1B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B199; }

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

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

background-color css

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

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

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

border-color css

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

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

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