Html Css Color HEX #E8AD9D Wax Flower

📋 copy color: '#E8AD9D'

red 232 ◦ green 173 ◦ blue 157

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

Shades of Wax Flower #E8AD9D

Tints of Wax Flower #E8AD9D

RGB

 RED value IS 232 (91.02% from 255) = 41.28%

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

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 41.28%
G = 30.78%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8AD9D (or 0xE8AD9D) is known color: Wax Flower. HEX triplet: E8, AD and 9D. RGB value is (232,173,157). Sum of RGB (Red+Green+Blue) = 232+173+157=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AD9D is #175262. Grayscale: #BCBCBC. Windows color (decimal): -1528419 or 10333672. OLE color: 10333672.

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

Color convert

RGB 232 173 157 -
CMYK 0 0.25 0.32 0.09
HSL 12.8º 0.62% 0.76% -
HSV(B) 12.8º 0.32% 0.91% -
XYZ 54.31 49.48 38.59 -
YUV 188.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 232 173 157 0 0.25 0.32 0.09 12.8 0.62 0.76
Hex E8 AD 9D 0 19 20 9 D 3E 4C
Octal 350 255 235 0 31 40 11 15 76 114
Binary 11101000 10101101 10011101 0 11001 100000 1001 1101 111110 1001100

Color Harmonies of #E8AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD9D

Black with #E8AD9D

Text Example


Text Example

White with #E8AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD9D; }

 p { color: rgb(232,173,157); }

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

background-color css

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

 a { background-color: rgb(232,173,157); }

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

border-color css

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

 span { border-color: rgb(232,173,157); }

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