#E6B79A

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

Shades of Wax Flower #E6B79A

Tints of Wax Flower #E6B79A

Color information

#E6B79A (or 0xE6B79A) is unknown color: approx Wax Flower. HEX triplet: E6, B7 and 9A. RGB value is (230,183,154). Sum of RGB (Red+Green+Blue) = 230+183+154=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B79A is #194865. Grayscale: #C1C1C1. Windows color (decimal): -1656934 or 10139622. OLE color: 10139622.

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

Color convert

RGB230183154-
CMYK00.200.330.10
HSL22.89º60.32%75.29%-
HSV(B)22.89º33.04%90.2%-
XYZ55.453.0237.89-
YUV193.75105.57153.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.56%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=40.56%
G=32.28%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018315400.200.330.1022.8960.3275.29
HexE6B79A01421A173c4b
Octal34626723202441122774113
Binary1110011010110111100110100101001000011010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B79A; }

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

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

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

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

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

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

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

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