Html Css Color HEX #EDA099 Sweet Pink

📋 copy color: '#EDA099'

red 237 ◦ green 160 ◦ blue 153

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

Shades of Sweet Pink #EDA099

Tints of Sweet Pink #EDA099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.82%

R = 43.09%
G = 29.09%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA099 (or 0xEDA099) is known color: Sweet Pink. HEX triplet: ED, A0 and 99. RGB value is (237,160,153). Sum of RGB (Red+Green+Blue) = 237+160+153=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA099 is #125F66. Grayscale: #B6B6B6. Windows color (decimal): -1204071 or 10068205. OLE color: 10068205.

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

Color convert

RGB 237 160 153 -
CMYK 0 0.32 0.35 0.07
HSL 0.7% 0.76% -
HSV(B) 0.35% 0.93% -
XYZ 53.25 45.45 36.1 -
YUV 182.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 237 160 153 0 0.32 0.35 0.07 5 0.7 0.76
Hex ED A0 99 0 20 23 7 5 46 4C
Octal 355 240 231 0 40 43 7 5 106 114
Binary 11101101 10100000 10011001 0 100000 100011 111 101 1000110 1001100

Color Harmonies of #EDA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA099

Black with #EDA099

Text Example


Text Example

White with #EDA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA099; }

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

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

background-color css

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

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

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

border-color css

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

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

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