Html Css Color HEX #EDA199 Sweet Pink

📋 copy color: '#EDA199'

red 237 ◦ green 161 ◦ blue 153

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

Shades of Sweet Pink #EDA199

Tints of Sweet Pink #EDA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

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

R = 43.01%
G = 29.22%
B = 27.77%

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

#EDA199 (or 0xEDA199) is known color: Sweet Pink. HEX triplet: ED, A1 and 99. RGB value is (237,161,153). Sum of RGB (Red+Green+Blue) = 237+161+153=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA199 is #125E66. Grayscale: #B6B6B6. Windows color (decimal): -1203815 or 10068461. OLE color: 10068461.

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

Color convert

RGB 237 161 153 -
CMYK 0 0.32 0.35 0.07
HSL 5.71º 0.7% 0.76% -
HSV(B) 5.71º 0.35% 0.93% -
XYZ 53.42 45.79 36.16 -
YUV 182.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 237 161 153 0 0.32 0.35 0.07 5.71 0.7 0.76
Hex ED A1 99 0 20 23 7 6 46 4C
Octal 355 241 231 0 40 43 7 6 106 114
Binary 11101101 10100001 10011001 0 100000 100011 111 110 1000110 1001100

Color Harmonies of #EDA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA199

Black with #EDA199

Text Example


Text Example

White with #EDA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA199; }

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

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

background-color css

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

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

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

border-color css

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

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

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