Html Css Color HEX #E2AD98 Wax Flower

📋 copy color: '#E2AD98'

red 226 ◦ green 173 ◦ blue 152

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

Shades of Wax Flower #E2AD98

Tints of Wax Flower #E2AD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 41.02%
G = 31.4%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2AD98 (or 0xE2AD98) is known color: Wax Flower. HEX triplet: E2, AD and 98. RGB value is (226,173,152). Sum of RGB (Red+Green+Blue) = 226+173+152=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD98 is #1D5267. Grayscale: #BABABA. Windows color (decimal): -1921640 or 10005986. OLE color: 10005986.

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

Color convert

RGB 226 173 152 -
CMYK 0 0.23 0.33 0.11
HSL 17.03º 0.56% 0.74% -
HSV(B) 17.03º 0.33% 0.89% -
XYZ 51.98 48.32 36.29 -
YUV 186.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 226 173 152 0 0.23 0.33 0.11 17.03 0.56 0.74
Hex E2 AD 98 0 17 21 B 11 38 4A
Octal 342 255 230 0 27 41 13 21 70 112
Binary 11100010 10101101 10011000 0 10111 100001 1011 10001 111000 1001010

Color Harmonies of #E2AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD98

Black with #E2AD98

Text Example


Text Example

White with #E2AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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