Html Css Color HEX #EDBA9C Mandys Pink

📋 copy color: '#EDBA9C'

red 237 ◦ green 186 ◦ blue 156

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

Shades of Mandys Pink #EDBA9C

Tints of Mandys Pink #EDBA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.12%

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

R = 40.93%
G = 32.12%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDBA9C (or 0xEDBA9C) is known color: Mandys Pink. HEX triplet: ED, BA and 9C. RGB value is (237,186,156). Sum of RGB (Red+Green+Blue) = 237+186+156=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA9C is #124563. Grayscale: #C5C5C5. Windows color (decimal): -1197412 or 10271469. OLE color: 10271469.

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

Color convert

RGB 237 186 156 -
CMYK 0 0.22 0.34 0.07
HSL 22.22º 0.69% 0.77% -
HSV(B) 22.22º 0.34% 0.93% -
XYZ 58.48 55.52 39.09 -
YUV 197.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 237 186 156 0 0.22 0.34 0.07 22.22 0.69 0.77
Hex ED BA 9C 0 16 22 7 16 45 4D
Octal 355 272 234 0 26 42 7 26 105 115
Binary 11101101 10111010 10011100 0 10110 100010 111 10110 1000101 1001101

Color Harmonies of #EDBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA9C

Black with #EDBA9C

Text Example


Text Example

White with #EDBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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