#EDB299

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

Shades of Wax Flower #EDB299

Tints of Wax Flower #EDB299

Color information

#EDB299 (or 0xEDB299) is unknown color: approx Wax Flower. HEX triplet: ED, B2 and 99. RGB value is (237,178,153). Sum of RGB (Red+Green+Blue) = 237+178+153=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB299 is #124D66. Grayscale: #C0C0C0. Windows color (decimal): -1199463 or 10072813. OLE color: 10072813.

HSL color Cylindrical-coordinate representation of color #EDB299: hue angle of 17.86º 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 #EDB299 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237178153-
CMYK00.250.350.07
HSL17.86º70%76.47%-
HSV(B)17.86º35.44%92.94%-
XYZ56.652.1537.22-
YUV192.79105.55159.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=41.73%
G=31.34%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717815300.250.350.0717.867076.47
HexEDB29901923712464c
Octal35526223103143722106114
Binary1110110110110010100110010110011000111111001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB299; }

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

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

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

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

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

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

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

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