Html Css Color HEX #E9BA9F Wax Flower

📋 copy color: '#E9BA9F'

red 233 ◦ green 186 ◦ blue 159

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

Shades of Wax Flower #E9BA9F

Tints of Wax Flower #E9BA9F

RGB

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

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

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

R = 40.31%
G = 32.18%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9BA9F (or 0xE9BA9F) is known color: Wax Flower. HEX triplet: E9, BA and 9F. RGB value is (233,186,159). Sum of RGB (Red+Green+Blue) = 233+186+159=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA9F is #164560. Grayscale: #C5C5C5. Windows color (decimal): -1459553 or 10468073. OLE color: 10468073.

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

Color convert

RGB 233 186 159 -
CMYK 0 0.20 0.32 0.09
HSL 21.89º 0.63% 0.77% -
HSV(B) 21.89º 0.32% 0.91% -
XYZ 57.42 54.94 40.38 -
YUV 196.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 233 186 159 0 0.20 0.32 0.09 21.89 0.63 0.77
Hex E9 BA 9F 0 14 20 9 16 3F 4D
Octal 351 272 237 0 24 40 11 26 77 115
Binary 11101001 10111010 10011111 0 10100 100000 1001 10110 111111 1001101

Color Harmonies of #E9BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA9F

Black with #E9BA9F

Text Example


Text Example

White with #E9BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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