Html Css Color HEX #E1B099 Wax Flower

📋 copy color: '#E1B099'

red 225 ◦ green 176 ◦ blue 153

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

Shades of Wax Flower #E1B099

Tints of Wax Flower #E1B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

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

R = 40.61%
G = 31.77%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1B099 (or 0xE1B099) is known color: Wax Flower. HEX triplet: E1, B0 and 99. RGB value is (225,176,153). Sum of RGB (Red+Green+Blue) = 225+176+153=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B099 is #1E4F66. Grayscale: #BCBCBC. Windows color (decimal): -1986407 or 10072289. OLE color: 10072289.

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

Color convert

RGB 225 176 153 -
CMYK 0 0.22 0.32 0.12
HSL 19.17º 0.55% 0.74% -
HSV(B) 19.17º 0.32% 0.88% -
XYZ 52.33 49.36 36.91 -
YUV 188.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 225 176 153 0 0.22 0.32 0.12 19.17 0.55 0.74
Hex E1 B0 99 0 16 20 C 13 37 4A
Octal 341 260 231 0 26 40 14 23 67 112
Binary 11100001 10110000 10011001 0 10110 100000 1100 10011 110111 1001010

Color Harmonies of #E1B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B099

Black with #E1B099

Text Example


Text Example

White with #E1B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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