Html Css Color HEX #E7BA9D Wax Flower

📋 copy color: '#E7BA9D'

red 231 ◦ green 186 ◦ blue 157

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

Shades of Wax Flower #E7BA9D

Tints of Wax Flower #E7BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.35%

R = 40.24%
G = 32.4%
B = 27.35%

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

#E7BA9D (or 0xE7BA9D) is known color: Wax Flower. HEX triplet: E7, BA and 9D. RGB value is (231,186,157). Sum of RGB (Red+Green+Blue) = 231+186+157=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA9D is #184562. Grayscale: #C4C4C4. Windows color (decimal): -1590627 or 10336999. OLE color: 10336999.

HSL color Cylindrical-coordinate representation of color #E7BA9D: hue angle of 23.51º degrees, saturation: 0.61, 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 #E7BA9D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 186 157 -
CMYK 0 0.19 0.32 0.09
HSL 23.51º 0.61% 0.76% -
HSV(B) 23.51º 0.32% 0.91% -
XYZ 56.6 54.54 39.44 -
YUV 196.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 231 186 157 0 0.19 0.32 0.09 23.51 0.61 0.76
Hex E7 BA 9D 0 13 20 9 18 3D 4C
Octal 347 272 235 0 23 40 11 30 75 114
Binary 11100111 10111010 10011101 0 10011 100000 1001 11000 111101 1001100

Color Harmonies of #E7BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA9D

Black with #E7BA9D

Text Example


Text Example

White with #E7BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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