#EBB699

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

Shades of Wax Flower #EBB699

Tints of Wax Flower #EBB699

Color information

#EBB699 (or 0xEBB699) is unknown color: approx Wax Flower. HEX triplet: EB, B6 and 99. RGB value is (235,182,153). Sum of RGB (Red+Green+Blue) = 235+182+153=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB699 is #144966. Grayscale: #C2C2C2. Windows color (decimal): -1329511 or 10073835. OLE color: 10073835.

HSL color Cylindrical-coordinate representation of color #EBB699: hue angle of 21.22º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBB699 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235182153-
CMYK00.230.350.08
HSL21.22º67.21%76.08%-
HSV(B)21.22º34.89%92.16%-
XYZ56.7453.4237.46-
YUV194.54104.56156.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=41.23%
G=31.93%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518215300.230.350.0821.2267.2176.08
HexEBB69901723815434c
Octal353266231027431025103114
Binary11101011101101101001100101011110001110001010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB699; }

 p { color: rgb(235,182,153); }

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

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

 a { background-color: rgb(235,182,153); }

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

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

 span { border-color: rgb(235,182,153); }

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