Html Css Color HEX #E7B69F Wax Flower

📋 copy color: '#E7B69F'

red 231 ◦ green 182 ◦ blue 159

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

Shades of Wax Flower #E7B69F

Tints of Wax Flower #E7B69F

RGB

 RED value IS 231 (90.63% from 255) = 40.38%

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

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

R = 40.38%
G = 31.82%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E7B69F (or 0xE7B69F) is known color: Wax Flower. HEX triplet: E7, B6 and 9F. RGB value is (231,182,159). Sum of RGB (Red+Green+Blue) = 231+182+159=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B69F is #184960. Grayscale: #C2C2C2. Windows color (decimal): -1591649 or 10467047. OLE color: 10467047.

HSL color Cylindrical-coordinate representation of color #E7B69F: hue angle of 19.17º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7B69F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 182 159 -
CMYK 0 0.21 0.31 0.09
HSL 19.17º 0.6% 0.76% -
HSV(B) 19.17º 0.31% 0.91% -
XYZ 55.94 52.95 40.07 -
YUV 194.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 231 182 159 0 0.21 0.31 0.09 19.17 0.6 0.76
Hex E7 B6 9F 0 15 1F 9 13 3C 4C
Octal 347 266 237 0 25 37 11 23 74 114
Binary 11100111 10110110 10011111 0 10101 11111 1001 10011 111100 1001100

Color Harmonies of #E7B69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B69F

Black with #E7B69F

Text Example


Text Example

White with #E7B69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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