Html Css Color HEX #EDA09B Sweet Pink

📋 copy color: '#EDA09B'

red 237 ◦ green 160 ◦ blue 155

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

Shades of Sweet Pink #EDA09B

Tints of Sweet Pink #EDA09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.08%

R = 42.93%
G = 28.99%
B = 28.08%

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

#EDA09B (or 0xEDA09B) is known color: Sweet Pink. HEX triplet: ED, A0 and 9B. RGB value is (237,160,155). Sum of RGB (Red+Green+Blue) = 237+160+155=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09B is #125F64. Grayscale: #B6B6B6. Windows color (decimal): -1204069 or 10199277. OLE color: 10199277.

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

Color convert

RGB 237 160 155 -
CMYK 0 0.32 0.35 0.07
HSL 3.66º 0.69% 0.77% -
HSV(B) 3.66º 0.35% 0.93% -
XYZ 53.41 45.51 36.98 -
YUV 182.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 237 160 155 0 0.32 0.35 0.07 3.66 0.69 0.77
Hex ED A0 9B 0 20 23 7 4 45 4D
Octal 355 240 233 0 40 43 7 4 105 115
Binary 11101101 10100000 10011011 0 100000 100011 111 100 1000101 1001101

Color Harmonies of #EDA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA09B

Black with #EDA09B

Text Example


Text Example

White with #EDA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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