Html Css Color HEX #E9AD9A Wax Flower

📋 copy color: '#E9AD9A'

red 233 ◦ green 173 ◦ blue 154

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

Shades of Wax Flower #E9AD9A

Tints of Wax Flower #E9AD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 41.61%
G = 30.89%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9AD9A (or 0xE9AD9A) is known color: Wax Flower. HEX triplet: E9, AD and 9A. RGB value is (233,173,154). Sum of RGB (Red+Green+Blue) = 233+173+154=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AD9A is #165265. Grayscale: #BCBCBC. Windows color (decimal): -1462886 or 10137065. OLE color: 10137065.

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

Color convert

RGB 233 173 154 -
CMYK 0 0.26 0.34 0.09
HSL 14.43º 0.64% 0.76% -
HSV(B) 14.43º 0.34% 0.91% -
XYZ 54.38 49.54 37.27 -
YUV 188.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 233 173 154 0 0.26 0.34 0.09 14.43 0.64 0.76
Hex E9 AD 9A 0 1A 22 9 E 40 4C
Octal 351 255 232 0 32 42 11 16 100 114
Binary 11101001 10101101 10011010 0 11010 100010 1001 1110 1000000 1001100

Color Harmonies of #E9AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AD9A

Black with #E9AD9A

Text Example


Text Example

White with #E9AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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