#E6B79C

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

Shades of Wax Flower #E6B79C

Tints of Wax Flower #E6B79C

Color information

#E6B79C (or 0xE6B79C) is unknown color: approx Wax Flower. HEX triplet: E6, B7 and 9C. RGB value is (230,183,156). Sum of RGB (Red+Green+Blue) = 230+183+156=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B79C is #194863. Grayscale: #C2C2C2. Windows color (decimal): -1656932 or 10270694. OLE color: 10270694.

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

Color convert

RGB230183156-
CMYK00.200.320.10
HSL21.89º59.68%75.69%-
HSV(B)21.89º32.17%90.2%-
XYZ55.5753.0938.77-
YUV193.97106.57153.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=40.42%
G=32.16%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018315600.200.320.1021.8959.6875.69
HexE6B79C01420A163c4c
Octal34626723402440122674114
Binary1110011010110111100111000101001000001010101101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B79C; }

 p { color: rgb(230,183,156); }

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

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

 a { background-color: rgb(230,183,156); }

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

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

 span { border-color: rgb(230,183,156); }

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