Html Css Color HEX #E9AF98 Wax Flower

📋 copy color: '#E9AF98'

red 233 ◦ green 175 ◦ blue 152

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

Shades of Wax Flower #E9AF98

Tints of Wax Flower #E9AF98

RGB

 RED value IS 233 (91.41% from 255) = 41.61%

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

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

R = 41.61%
G = 31.25%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E9AF98 (or 0xE9AF98) is known color: Wax Flower. HEX triplet: E9, AF and 98. RGB value is (233,175,152). Sum of RGB (Red+Green+Blue) = 233+175+152=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF98 is #165067. Grayscale: #BDBDBD. Windows color (decimal): -1462376 or 10006505. OLE color: 10006505.

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

Color convert

RGB 233 175 152 -
CMYK 0 0.25 0.35 0.09
HSL 17.04º 0.65% 0.75% -
HSV(B) 17.04º 0.35% 0.91% -
XYZ 54.6 50.25 36.53 -
YUV 189.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 233 175 152 0 0.25 0.35 0.09 17.04 0.65 0.75
Hex E9 AF 98 0 19 23 9 11 41 4B
Octal 351 257 230 0 31 43 11 21 101 113
Binary 11101001 10101111 10011000 0 11001 100011 1001 10001 1000001 1001011

Color Harmonies of #E9AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF98

Black with #E9AF98

Text Example


Text Example

White with #E9AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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