Html Css Color HEX #E2AD99 Wax Flower

📋 copy color: '#E2AD99'

red 226 ◦ green 173 ◦ blue 153

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

Shades of Wax Flower #E2AD99

Tints of Wax Flower #E2AD99

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

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

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 40.94%
G = 31.34%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2AD99 (or 0xE2AD99) is known color: Wax Flower. HEX triplet: E2, AD and 99. RGB value is (226,173,153). Sum of RGB (Red+Green+Blue) = 226+173+153=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD99 is #1D5266. Grayscale: #BABABA. Windows color (decimal): -1921639 or 10071522. OLE color: 10071522.

HSL color Cylindrical-coordinate representation of color #E2AD99: hue angle of 16.44º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2AD99 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 173 153 -
CMYK 0 0.23 0.32 0.11
HSL 16.44º 0.56% 0.74% -
HSV(B) 16.44º 0.32% 0.89% -
XYZ 52.06 48.36 36.73 -
YUV 186.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 226 173 153 0 0.23 0.32 0.11 16.44 0.56 0.74
Hex E2 AD 99 0 17 20 B 10 38 4A
Octal 342 255 231 0 27 40 13 20 70 112
Binary 11100010 10101101 10011001 0 10111 100000 1011 10000 111000 1001010

Color Harmonies of #E2AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD99

Black with #E2AD99

Text Example


Text Example

White with #E2AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD99; }

 p { color: rgb(226,173,153); }

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

background-color css

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

 a { background-color: rgb(226,173,153); }

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

border-color css

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

 span { border-color: rgb(226,173,153); }

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