Html Css Color HEX #E9AF9F Wax Flower

📋 copy color: '#E9AF9F'

red 233 ◦ green 175 ◦ blue 159

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

Shades of Wax Flower #E9AF9F

Tints of Wax Flower #E9AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 41.09%
G = 30.86%
B = 28.04%

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

#E9AF9F (or 0xE9AF9F) is known color: Wax Flower. HEX triplet: E9, AF and 9F. RGB value is (233,175,159). Sum of RGB (Red+Green+Blue) = 233+175+159=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9F is #165060. Grayscale: #BEBEBE. Windows color (decimal): -1462369 or 10465257. OLE color: 10465257.

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

Color convert

RGB 233 175 159 -
CMYK 0 0.25 0.32 0.09
HSL 12.97º 0.63% 0.77% -
HSV(B) 12.97º 0.32% 0.91% -
XYZ 55.19 50.49 39.64 -
YUV 190.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 233 175 159 0 0.25 0.32 0.09 12.97 0.63 0.77
Hex E9 AF 9F 0 19 20 9 D 3F 4D
Octal 351 257 237 0 31 40 11 15 77 115
Binary 11101001 10101111 10011111 0 11001 100000 1001 1101 111111 1001101

Color Harmonies of #E9AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF9F

Black with #E9AF9F

Text Example


Text Example

White with #E9AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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