Html Css Color HEX #E9BAA6 Wax Flower

📋 copy color: '#E9BAA6'

red 233 ◦ green 186 ◦ blue 166

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

Shades of Wax Flower #E9BAA6

Tints of Wax Flower #E9BAA6

RGB

 RED value IS 233 (91.41% from 255) = 39.83%

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

 BLUE value IS 166 (65.23% from 255) = 28.38%

R = 39.83%
G = 31.79%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E9BAA6 (or 0xE9BAA6) is known color: Wax Flower. HEX triplet: E9, BA and A6. RGB value is (233,186,166). Sum of RGB (Red+Green+Blue) = 233+186+166=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BAA6 is #164559. Grayscale: #C5C5C5. Windows color (decimal): -1459546 or 10926825. OLE color: 10926825.

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

Color convert

RGB 233 186 166 -
CMYK 0 0.20 0.29 0.09
HSL 17.91º 0.6% 0.78% -
HSV(B) 17.91º 0.29% 0.91% -
XYZ 58.05 55.19 43.67 -
YUV 197.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 233 186 166 0 0.20 0.29 0.09 17.91 0.6 0.78
Hex E9 BA A6 0 14 1D 9 12 3C 4E
Octal 351 272 246 0 24 35 11 22 74 116
Binary 11101001 10111010 10100110 0 10100 11101 1001 10010 111100 1001110

Color Harmonies of #E9BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAA6

Black with #E9BAA6

Text Example


Text Example

White with #E9BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAA6; }

 p { color: rgb(233,186,166); }

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

background-color css

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

 a { background-color: rgb(233,186,166); }

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

border-color css

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

 span { border-color: rgb(233,186,166); }

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