Html Css Color HEX #E2B69F Wax Flower

📋 copy color: '#E2B69F'

red 226 ◦ green 182 ◦ blue 159

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

Shades of Wax Flower #E2B69F

Tints of Wax Flower #E2B69F

RGB

 RED value IS 226 (88.67% from 255) = 39.86%

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

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 39.86%
G = 32.1%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2B69F (or 0xE2B69F) is known color: Wax Flower. HEX triplet: E2, B6 and 9F. RGB value is (226,182,159). Sum of RGB (Red+Green+Blue) = 226+182+159=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B69F is #1D4960. Grayscale: #C0C0C0. Windows color (decimal): -1919329 or 10467042. OLE color: 10467042.

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

Color convert

RGB 226 182 159 -
CMYK 0 0.19 0.30 0.11
HSL 20.6º 0.54% 0.75% -
HSV(B) 20.6º 0.3% 0.89% -
XYZ 54.35 52.13 40 -
YUV 192.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 226 182 159 0 0.19 0.30 0.11 20.6 0.54 0.75
Hex E2 B6 9F 0 13 1E B 15 36 4B
Octal 342 266 237 0 23 36 13 25 66 113
Binary 11100010 10110110 10011111 0 10011 11110 1011 10101 110110 1001011

Color Harmonies of #E2B69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B69F

Black with #E2B69F

Text Example


Text Example

White with #E2B69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B69F; }

 p { color: rgb(226,182,159); }

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

background-color css

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

 a { background-color: rgb(226,182,159); }

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

border-color css

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

 span { border-color: rgb(226,182,159); }

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