Html Css Color HEX #E1B69E Wax Flower

📋 copy color: '#E1B69E'

red 225 ◦ green 182 ◦ blue 158

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

Shades of Wax Flower #E1B69E

Tints of Wax Flower #E1B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.21%

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 39.82%
G = 32.21%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1B69E (or 0xE1B69E) is known color: Wax Flower. HEX triplet: E1, B6 and 9E. RGB value is (225,182,158). Sum of RGB (Red+Green+Blue) = 225+182+158=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B69E is #1E4961. Grayscale: #C0C0C0. Windows color (decimal): -1984866 or 10401505. OLE color: 10401505.

HSL color Cylindrical-coordinate representation of color #E1B69E: hue angle of 21.49º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1B69E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 182 158 -
CMYK 0 0.19 0.30 0.12
HSL 21.49º 0.53% 0.75% -
HSV(B) 21.49º 0.3% 0.88% -
XYZ 53.95 51.93 39.53 -
YUV 192.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 225 182 158 0 0.19 0.30 0.12 21.49 0.53 0.75
Hex E1 B6 9E 0 13 1E C 15 35 4B
Octal 341 266 236 0 23 36 14 25 65 113
Binary 11100001 10110110 10011110 0 10011 11110 1100 10101 110101 1001011

Color Harmonies of #E1B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B69E

Black with #E1B69E

Text Example


Text Example

White with #E1B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B69E; }

 p { color: rgb(225,182,158); }

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

background-color css

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

 a { background-color: rgb(225,182,158); }

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

border-color css

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

 span { border-color: rgb(225,182,158); }

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