Html Css Color HEX #EDBC9D Mandys Pink

📋 copy color: '#EDBC9D'

red 237 ◦ green 188 ◦ blue 157

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

Shades of Mandys Pink #EDBC9D

Tints of Mandys Pink #EDBC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 157 (61.72% from 255) = 26.98%

R = 40.72%
G = 32.3%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDBC9D (or 0xEDBC9D) is known color: Mandys Pink. HEX triplet: ED, BC and 9D. RGB value is (237,188,157). Sum of RGB (Red+Green+Blue) = 237+188+157=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC9D is #124362. Grayscale: #C7C7C7. Windows color (decimal): -1196899 or 10337517. OLE color: 10337517.

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

Color convert

RGB 237 188 157 -
CMYK 0 0.21 0.34 0.07
HSL 23.25º 0.69% 0.77% -
HSV(B) 23.25º 0.34% 0.93% -
XYZ 58.99 56.41 39.68 -
YUV 199.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 237 188 157 0 0.21 0.34 0.07 23.25 0.69 0.77
Hex ED BC 9D 0 15 22 7 17 45 4D
Octal 355 274 235 0 25 42 7 27 105 115
Binary 11101101 10111100 10011101 0 10101 100010 111 10111 1000101 1001101

Color Harmonies of #EDBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC9D

Black with #EDBC9D

Text Example


Text Example

White with #EDBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC9D; }

 p { color: rgb(237,188,157); }

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

background-color css

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

 a { background-color: rgb(237,188,157); }

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

border-color css

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

 span { border-color: rgb(237,188,157); }

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