#E6AF92

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

Shades of Wax Flower #E6AF92

Tints of Wax Flower #E6AF92

Color information

#E6AF92 (or 0xE6AF92) is unknown color: approx Wax Flower. HEX triplet: E6, AF and 92. RGB value is (230,175,146). Sum of RGB (Red+Green+Blue) = 230+175+146=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF92 is #19506D. Grayscale: #BCBCBC. Windows color (decimal): -1658990 or 9613286. OLE color: 9613286.

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

Color convert

RGB230175146-
CMYK00.240.370.10
HSL20.71º62.69%73.73%-
HSV(B)20.71º36.52%90.2%-
XYZ53.1549.5633.96-
YUV188.14104.22157.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=41.74%
G=31.76%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017514600.240.370.1020.7162.6973.73
HexE6AF9201825A153f4a
Octal34625722203045122577112
Binary1110011010101111100100100110001001011010101011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AF92; }

 p { color: rgb(230,175,146); }

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

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

 a { background-color: rgb(230,175,146); }

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

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

 span { border-color: rgb(230,175,146); }

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