#E6B497

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

Shades of Wax Flower #E6B497

Tints of Wax Flower #E6B497

Color information

#E6B497 (or 0xE6B497) is unknown color: approx Wax Flower. HEX triplet: E6, B4 and 97. RGB value is (230,180,151). Sum of RGB (Red+Green+Blue) = 230+180+151=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B497 is #194B68. Grayscale: #BFBFBF. Windows color (decimal): -1657705 or 9942246. OLE color: 9942246.

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

Color convert

RGB230180151-
CMYK00.220.340.10
HSL22.03º61.24%74.71%-
HSV(B)22.03º34.35%90.2%-
XYZ54.5451.736.38-
YUV191.64105.06155.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=41.00%
G=32.09%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018015100.220.340.1022.0361.2474.71
HexE6B49701622A163d4b
Octal34626422702642122675113
Binary1110011010110100100101110101101000101010101101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B497; }

 p { color: rgb(230,180,151); }

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

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

 a { background-color: rgb(230,180,151); }

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

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

 span { border-color: rgb(230,180,151); }

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