Html Css Color HEX #EDA097 Sweet Pink

📋 copy color: '#EDA097'

red 237 ◦ green 160 ◦ blue 151

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

Shades of Sweet Pink #EDA097

Tints of Sweet Pink #EDA097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.55%

R = 43.25%
G = 29.2%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA097 (or 0xEDA097) is known color: Sweet Pink. HEX triplet: ED, A0 and 97. RGB value is (237,160,151). Sum of RGB (Red+Green+Blue) = 237+160+151=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA097 is #125F68. Grayscale: #B6B6B6. Windows color (decimal): -1204073 or 9937133. OLE color: 9937133.

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

Color convert

RGB 237 160 151 -
CMYK 0 0.32 0.36 0.07
HSL 6.28º 0.7% 0.76% -
HSV(B) 6.28º 0.36% 0.93% -
XYZ 53.08 45.38 35.24 -
YUV 182 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 237 160 151 0 0.32 0.36 0.07 6.28 0.7 0.76
Hex ED A0 97 0 20 24 7 6 46 4C
Octal 355 240 227 0 40 44 7 6 106 114
Binary 11101101 10100000 10010111 0 100000 100100 111 110 1000110 1001100

Color Harmonies of #EDA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA097

Black with #EDA097

Text Example


Text Example

White with #EDA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA097; }

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

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

background-color css

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

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

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

border-color css

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

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

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