Html Css Color HEX #E5AF9D Wax Flower

📋 copy color: '#E5AF9D'

red 229 ◦ green 175 ◦ blue 157

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

Shades of Wax Flower #E5AF9D

Tints of Wax Flower #E5AF9D

RGB

 RED value IS 229 (89.84% from 255) = 40.82%

 GREEN value IS 175 (68.75% from 255) = 31.19%

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

R = 40.82%
G = 31.19%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5AF9D (or 0xE5AF9D) is known color: Wax Flower. HEX triplet: E5, AF and 9D. RGB value is (229,175,157). Sum of RGB (Red+Green+Blue) = 229+175+157=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF9D is #1A5062. Grayscale: #BDBDBD. Windows color (decimal): -1724515 or 10334181. OLE color: 10334181.

HSL color Cylindrical-coordinate representation of color #E5AF9D: hue angle of 15º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AF9D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 157 -
CMYK 0 0.24 0.31 0.10
HSL 15º 0.58% 0.76% -
HSV(B) 15º 0.31% 0.9% -
XYZ 53.73 49.75 38.67 -
YUV 189.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 229 175 157 0 0.24 0.31 0.10 15 0.58 0.76
Hex E5 AF 9D 0 18 1F A F 3A 4C
Octal 345 257 235 0 30 37 12 17 72 114
Binary 11100101 10101111 10011101 0 11000 11111 1010 1111 111010 1001100

Color Harmonies of #E5AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF9D

Black with #E5AF9D

Text Example


Text Example

White with #E5AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF9D; }

 p { color: rgb(229,175,157); }

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

background-color css

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

 a { background-color: rgb(229,175,157); }

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

border-color css

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

 span { border-color: rgb(229,175,157); }

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