#EDA198

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

Shades of Sweet Pink #EDA198

Tints of Sweet Pink #EDA198

Color information

#EDA198 (or 0xEDA198) is unknown color: approx Sweet Pink. HEX triplet: ED, A1 and 98. RGB value is (237,161,152). Sum of RGB (Red+Green+Blue) = 237+161+152=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA198 is #125E67. Grayscale: #B6B6B6. Windows color (decimal): -1203816 or 10002925. OLE color: 10002925.

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

Color convert

RGB237161152-
CMYK00.320.360.07
HSL6.35º70.25%76.27%-
HSV(B)6.35º35.86%92.94%-
XYZ53.3445.7635.73-
YUV182.7110.68166.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=43.09%
G=29.27%
B=27.64%

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
Decimal23716115200.320.360.076.3570.2576.27
HexEDA1980202476464c
Octal3552412300404476106114
Binary111011011010000110011000010000010010011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA198; }

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

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

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

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

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

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

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

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