#EDB399

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

Shades of Wax Flower #EDB399

Tints of Wax Flower #EDB399

Color information

#EDB399 (or 0xEDB399) is unknown color: approx Wax Flower. HEX triplet: ED, B3 and 99. RGB value is (237,179,153). Sum of RGB (Red+Green+Blue) = 237+179+153=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB399 is #124C66. Grayscale: #C1C1C1. Windows color (decimal): -1199207 or 10073069. OLE color: 10073069.

HSL color Cylindrical-coordinate representation of color #EDB399: hue angle of 18.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB399 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237179153-
CMYK00.240.350.07
HSL18.57º70%76.47%-
HSV(B)18.57º35.44%92.94%-
XYZ56.7952.5437.29-
YUV193.38105.22159.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=41.65%
G=31.46%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717915300.240.350.0718.577076.47
HexEDB39901823713464c
Octal35526323103043723106114
Binary1110110110110011100110010110001000111111001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB399; }

 p { color: rgb(237,179,153); }

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

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

 a { background-color: rgb(237,179,153); }

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

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

 span { border-color: rgb(237,179,153); }

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