Html Css Color HEX #E1B19A Wax Flower

📋 copy color: '#E1B19A'

red 225 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #E1B19A

Tints of Wax Flower #E1B19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 40.47%
G = 31.83%
B = 27.7%

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

#E1B19A (or 0xE1B19A) is known color: Wax Flower. HEX triplet: E1, B1 and 9A. RGB value is (225,177,154). Sum of RGB (Red+Green+Blue) = 225+177+154=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B19A is #1E4E65. Grayscale: #BCBCBC. Windows color (decimal): -1986150 or 10138081. OLE color: 10138081.

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

Color convert

RGB 225 177 154 -
CMYK 0 0.21 0.32 0.12
HSL 19.44º 0.54% 0.74% -
HSV(B) 19.44º 0.32% 0.88% -
XYZ 52.61 49.78 37.41 -
YUV 188.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 225 177 154 0 0.21 0.32 0.12 19.44 0.54 0.74
Hex E1 B1 9A 0 15 20 C 13 36 4A
Octal 341 261 232 0 25 40 14 23 66 112
Binary 11100001 10110001 10011010 0 10101 100000 1100 10011 110110 1001010

Color Harmonies of #E1B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B19A

Black with #E1B19A

Text Example


Text Example

White with #E1B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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