#EDA098

Color #EDA098 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EDA098

Tints of Sweet Pink #EDA098

Color information

#EDA098 (or 0xEDA098) is unknown color: approx Sweet Pink. HEX triplet: ED, A0 and 98. RGB value is (237,160,152). Sum of RGB (Red+Green+Blue) = 237+160+152=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA098 is #125F67. Grayscale: #B6B6B6. Windows color (decimal): -1204072 or 10002669. OLE color: 10002669.

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

Color convert

RGB237160152-
CMYK00.320.360.07
HSL5.65º70.25%76.27%-
HSV(B)5.65º35.86%92.94%-
XYZ53.1645.4135.67-
YUV182.11111.01167.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=43.17%
G=29.14%
B=27.69%

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
Decimal23716015200.320.360.075.6570.2576.27
HexEDA0980202476464c
Octal3552402300404476106114
Binary111011011010000010011000010000010010011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA098; }

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

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

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

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

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

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

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

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