Html Css Color HEX #E9BAA1 Wax Flower

📋 copy color: '#E9BAA1'

red 233 ◦ green 186 ◦ blue 161

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

Shades of Wax Flower #E9BAA1

Tints of Wax Flower #E9BAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.76%

R = 40.17%
G = 32.07%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E9BAA1 (or 0xE9BAA1) is known color: Wax Flower. HEX triplet: E9, BA and A1. RGB value is (233,186,161). Sum of RGB (Red+Green+Blue) = 233+186+161=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BAA1 is #16455E. Grayscale: #C5C5C5. Windows color (decimal): -1459551 or 10599145. OLE color: 10599145.

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

Color convert

RGB 233 186 161 -
CMYK 0 0.20 0.31 0.09
HSL 20.83º 0.62% 0.77% -
HSV(B) 20.83º 0.31% 0.91% -
XYZ 57.6 55.01 41.3 -
YUV 197.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 233 186 161 0 0.20 0.31 0.09 20.83 0.62 0.77
Hex E9 BA A1 0 14 1F 9 15 3E 4D
Octal 351 272 241 0 24 37 11 25 76 115
Binary 11101001 10111010 10100001 0 10100 11111 1001 10101 111110 1001101

Color Harmonies of #E9BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAA1

Black with #E9BAA1

Text Example


Text Example

White with #E9BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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