#EDA19A

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

Shades of Sweet Pink #EDA19A

Tints of Sweet Pink #EDA19A

Color information

#EDA19A (or 0xEDA19A) is unknown color: approx Sweet Pink. HEX triplet: ED, A1 and 9A. RGB value is (237,161,154). Sum of RGB (Red+Green+Blue) = 237+161+154=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19A is #125E65. Grayscale: #B7B7B7. Windows color (decimal): -1203814 or 10133997. OLE color: 10133997.

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

Color convert

RGB237161154-
CMYK00.320.350.07
HSL5.06º69.75%76.67%-
HSV(B)5.06º35.02%92.94%-
XYZ53.545.8336.6-
YUV182.93111.68166.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=42.93%
G=29.17%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716115400.320.350.075.0669.7576.67
HexEDA19A0202375464d
Octal3552412320404375106115
Binary111011011010000110011010010000010001111110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA19A; }

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

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

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

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

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

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

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

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