#E9AF9C

Color #E9AF9C Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #E9AF9C

Tints of Wax Flower #E9AF9C

Color information

#E9AF9C (or 0xE9AF9C) is unknown color: approx Wax Flower. HEX triplet: E9, AF and 9C. RGB value is (233,175,156). Sum of RGB (Red+Green+Blue) = 233+175+156=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9C is #165063. Grayscale: #BEBEBE. Windows color (decimal): -1462372 or 10268649. OLE color: 10268649.

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

Color convert

RGB233175156-
CMYK00.250.330.09
HSL14.81º63.64%76.27%-
HSV(B)14.81º33.05%91.37%-
XYZ54.9350.3838.28-
YUV190.18108.72158.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=41.31%
G=31.03%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317515600.250.330.0914.8163.6476.27
HexE9AF9C019219f404c
Octal351257234031411117100114
Binary1110100110101111100111000110011000011001111110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF9C; }

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

 H1.HeaderClassName
 {
   color: #E9AF9C;
 }
 .AnyTagClassName
 {
   color: #E9AF9C;
 }
</style>
background-color css

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

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

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

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

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

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