#EDA499

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

Shades of Rose Bud #EDA499

Tints of Rose Bud #EDA499

Color information

#EDA499 (or 0xEDA499) is unknown color: approx Rose Bud. HEX triplet: ED, A4 and 99. RGB value is (237,164,153). Sum of RGB (Red+Green+Blue) = 237+164+153=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA499 is #125B66. Grayscale: #B8B8B8. Windows color (decimal): -1203047 or 10069229. OLE color: 10069229.

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

Color convert

RGB237164153-
CMYK00.310.350.07
HSL7.86º70%76.47%-
HSV(B)7.86º35.44%92.94%-
XYZ53.9546.8636.34-
YUV184.57110.18165.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=42.78%
G=29.60%
B=27.62%

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
Decimal23716415300.310.350.077.867076.47
HexEDA49901F2378464c
Octal35524423103743710106114
Binary111011011010010010011001011111100011111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA499; }

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

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

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

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

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

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

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

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