Html Css Color HEX #E9AD96 Wax Flower

📋 copy color: '#E9AD96'

red 233 ◦ green 173 ◦ blue 150

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

Shades of Wax Flower #E9AD96

Tints of Wax Flower #E9AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.12%

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 41.91%
G = 31.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9AD96 (or 0xE9AD96) is known color: Wax Flower. HEX triplet: E9, AD and 96. RGB value is (233,173,150). Sum of RGB (Red+Green+Blue) = 233+173+150=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AD96 is #165269. Grayscale: #BCBCBC. Windows color (decimal): -1462890 or 9874921. OLE color: 9874921.

HSL color Cylindrical-coordinate representation of color #E9AD96: hue angle of 16.63º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9AD96 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 173 150 -
CMYK 0 0.26 0.36 0.09
HSL 16.63º 0.65% 0.75% -
HSV(B) 16.63º 0.36% 0.91% -
XYZ 54.05 49.41 35.54 -
YUV 188.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 233 173 150 0 0.26 0.36 0.09 16.63 0.65 0.75
Hex E9 AD 96 0 1A 24 9 11 41 4B
Octal 351 255 226 0 32 44 11 21 101 113
Binary 11101001 10101101 10010110 0 11010 100100 1001 10001 1000001 1001011

Color Harmonies of #E9AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AD96

Black with #E9AD96

Text Example


Text Example

White with #E9AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AD96; }

 p { color: rgb(233,173,150); }

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

background-color css

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

 a { background-color: rgb(233,173,150); }

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

border-color css

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

 span { border-color: rgb(233,173,150); }

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