Html Css Color HEX #EDA09C Sweet Pink

📋 copy color: '#EDA09C'

red 237 ◦ green 160 ◦ blue 156

#EDA09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #EDA09C

Tints of Sweet Pink #EDA09C

RGB

 RED value IS 237 (92.97% from 255) = 42.86%

 GREEN value IS 160 (62.89% from 255) = 28.93%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 42.86%
G = 28.93%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA09C (or 0xEDA09C) is known color: Sweet Pink. HEX triplet: ED, A0 and 9C. RGB value is (237,160,156). Sum of RGB (Red+Green+Blue) = 237+160+156=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09C is #125F63. Grayscale: #B6B6B6. Windows color (decimal): -1204068 or 10264813. OLE color: 10264813.

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

Color convert

RGB 237 160 156 -
CMYK 0 0.32 0.34 0.07
HSL 2.96º 0.69% 0.77% -
HSV(B) 2.96º 0.34% 0.93% -
XYZ 53.5 45.55 37.42 -
YUV 182.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 237 160 156 0 0.32 0.34 0.07 2.96 0.69 0.77
Hex ED A0 9C 0 20 22 7 3 45 4D
Octal 355 240 234 0 40 42 7 3 105 115
Binary 11101101 10100000 10011100 0 100000 100010 111 11 1000101 1001101

Color Harmonies of #EDA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA09C

Black with #EDA09C

Text Example


Text Example

White with #EDA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA09C; }

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

 H1.HeaderClassName
 {
   color: #EDA09C;
 }
 .AnyTagClassName
 {
   color: #EDA09C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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