#E8B299

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

Shades of Wax Flower #E8B299

Tints of Wax Flower #E8B299

Color information

#E8B299 (or 0xE8B299) is unknown color: approx Wax Flower. HEX triplet: E8, B2 and 99. RGB value is (232,178,153). Sum of RGB (Red+Green+Blue) = 232+178+153=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B299 is #174D66. Grayscale: #BFBFBF. Windows color (decimal): -1527143 or 10072808. OLE color: 10072808.

HSL color Cylindrical-coordinate representation of color #E8B299: hue angle of 18.99º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8B299 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232178153-
CMYK00.230.340.09
HSL18.99º63.2%75.49%-
HSV(B)18.99º34.05%90.98%-
XYZ54.9551.337.14-
YUV191.3106.39157.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=41.21%
G=31.62%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217815300.230.340.0918.9963.275.49
HexE8B299017229133f4b
Octal35026223102742112377113
Binary1110100010110010100110010101111000101001100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B299; }

 p { color: rgb(232,178,153); }

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

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

 a { background-color: rgb(232,178,153); }

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

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

 span { border-color: rgb(232,178,153); }

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