#EDA399

Color #EDA399 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #EDA399

Tints of Rose Bud #EDA399

Color information

#EDA399 (or 0xEDA399) is unknown color: approx Rose Bud. HEX triplet: ED, A3 and 99. RGB value is (237,163,153). Sum of RGB (Red+Green+Blue) = 237+163+153=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA399 is #125C66. Grayscale: #B8B8B8. Windows color (decimal): -1203303 or 10068973. OLE color: 10068973.

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

Color convert

RGB237163153-
CMYK00.310.350.07
HSL7.14º70%76.47%-
HSV(B)7.14º35.44%92.94%-
XYZ53.7746.536.28-
YUV183.99110.52165.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=42.86%
G=29.48%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716315300.310.350.077.147076.47
HexEDA39901F2377464c
Octal3552432310374377106114
Binary11101101101000111001100101111110001111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA399; }

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

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

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

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

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

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

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

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