#E6B89C

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

Shades of Wax Flower #E6B89C

Tints of Wax Flower #E6B89C

Color information

#E6B89C (or 0xE6B89C) is unknown color: approx Wax Flower. HEX triplet: E6, B8 and 9C. RGB value is (230,184,156). Sum of RGB (Red+Green+Blue) = 230+184+156=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B89C is #194763. Grayscale: #C2C2C2. Windows color (decimal): -1656676 or 10270950. OLE color: 10270950.

HSL color Cylindrical-coordinate representation of color #E6B89C: hue angle of 22.7º 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 #E6B89C is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230184156-
CMYK00.20.320.10
HSL22.7º59.68%75.69%-
HSV(B)22.7º32.17%90.2%-
XYZ55.7753.538.84-
YUV194.56106.24153.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=40.35%
G=32.28%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018415600.20.320.1022.759.6875.69
HexE6B89C01420A173c4c
Octal34627023402440122774114
Binary1110011010111000100111000101001000001010101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B89C; }

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

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

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

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

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

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

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

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