Html Css Color HEX #E1B299 Wax Flower

📋 copy color: '#E1B299'

red 225 ◦ green 178 ◦ blue 153

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

Shades of Wax Flower #E1B299

Tints of Wax Flower #E1B299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 40.47%
G = 32.01%
B = 27.52%

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

#E1B299 (or 0xE1B299) is known color: Wax Flower. HEX triplet: E1, B2 and 99. RGB value is (225,178,153). Sum of RGB (Red+Green+Blue) = 225+178+153=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B299 is #1E4D66. Grayscale: #BDBDBD. Windows color (decimal): -1985895 or 10072801. OLE color: 10072801.

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

Color convert

RGB 225 178 153 -
CMYK 0 0.21 0.32 0.12
HSL 20.83º 0.55% 0.74% -
HSV(B) 20.83º 0.32% 0.88% -
XYZ 52.72 50.15 37.04 -
YUV 189.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 225 178 153 0 0.21 0.32 0.12 20.83 0.55 0.74
Hex E1 B2 99 0 15 20 C 15 37 4A
Octal 341 262 231 0 25 40 14 25 67 112
Binary 11100001 10110010 10011001 0 10101 100000 1100 10101 110111 1001010

Color Harmonies of #E1B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B299

Black with #E1B299

Text Example


Text Example

White with #E1B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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