Html Css Color HEX #E7BA9E Wax Flower

📋 copy color: '#E7BA9E'

red 231 ◦ green 186 ◦ blue 158

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

Shades of Wax Flower #E7BA9E

Tints of Wax Flower #E7BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 40.17%
G = 32.35%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7BA9E (or 0xE7BA9E) is known color: Wax Flower. HEX triplet: E7, BA and 9E. RGB value is (231,186,158). Sum of RGB (Red+Green+Blue) = 231+186+158=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA9E is #184561. Grayscale: #C4C4C4. Windows color (decimal): -1590626 or 10402535. OLE color: 10402535.

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

Color convert

RGB 231 186 158 -
CMYK 0 0.19 0.32 0.09
HSL 23.01º 0.6% 0.76% -
HSV(B) 23.01º 0.32% 0.91% -
XYZ 56.69 54.58 39.89 -
YUV 196.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 231 186 158 0 0.19 0.32 0.09 23.01 0.6 0.76
Hex E7 BA 9E 0 13 20 9 17 3C 4C
Octal 347 272 236 0 23 40 11 27 74 114
Binary 11100111 10111010 10011110 0 10011 100000 1001 10111 111100 1001100

Color Harmonies of #E7BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA9E

Black with #E7BA9E

Text Example


Text Example

White with #E7BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA9E; }

 p { color: rgb(231,186,158); }

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

background-color css

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

 a { background-color: rgb(231,186,158); }

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

border-color css

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

 span { border-color: rgb(231,186,158); }

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