Html Css Color HEX #E5AF98 Wax Flower

📋 copy color: '#E5AF98'

red 229 ◦ green 175 ◦ blue 152

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

Shades of Wax Flower #E5AF98

Tints of Wax Flower #E5AF98

RGB

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

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

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

R = 41.19%
G = 31.47%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5AF98 (or 0xE5AF98) is known color: Wax Flower. HEX triplet: E5, AF and 98. RGB value is (229,175,152). Sum of RGB (Red+Green+Blue) = 229+175+152=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF98 is #1A5067. Grayscale: #BCBCBC. Windows color (decimal): -1724520 or 10006501. OLE color: 10006501.

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

Color convert

RGB 229 175 152 -
CMYK 0 0.24 0.34 0.10
HSL 17.92º 0.6% 0.75% -
HSV(B) 17.92º 0.34% 0.9% -
XYZ 53.31 49.58 36.47 -
YUV 188.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 229 175 152 0 0.24 0.34 0.10 17.92 0.6 0.75
Hex E5 AF 98 0 18 22 A 12 3C 4B
Octal 345 257 230 0 30 42 12 22 74 113
Binary 11100101 10101111 10011000 0 11000 100010 1010 10010 111100 1001011

Color Harmonies of #E5AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF98

Black with #E5AF98

Text Example


Text Example

White with #E5AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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