#EDA298

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

Shades of Rose Bud #EDA298

Tints of Rose Bud #EDA298

Color information

#EDA298 (or 0xEDA298) is unknown color: approx Rose Bud. HEX triplet: ED, A2 and 98. RGB value is (237,162,152). Sum of RGB (Red+Green+Blue) = 237+162+152=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA298 is #125D67. Grayscale: #B7B7B7. Windows color (decimal): -1203560 or 10003181. OLE color: 10003181.

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

Color convert

RGB237162152-
CMYK00.320.360.07
HSL7.06º70.25%76.27%-
HSV(B)7.06º35.86%92.94%-
XYZ53.5146.1135.79-
YUV183.28110.35166.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=43.01%
G=29.40%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716215200.320.360.077.0670.2576.27
HexEDA2980202477464c
Octal3552422300404477106114
Binary111011011010001010011000010000010010011111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA298; }

 p { color: rgb(237,162,152); }

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

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

 a { background-color: rgb(237,162,152); }

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

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

 span { border-color: rgb(237,162,152); }

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