Html Css Color HEX #EDBC99 Mandys Pink

📋 copy color: '#EDBC99'

red 237 ◦ green 188 ◦ blue 153

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

Shades of Mandys Pink #EDBC99

Tints of Mandys Pink #EDBC99

RGB

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

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

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

R = 41%
G = 32.53%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDBC99 (or 0xEDBC99) is known color: Mandys Pink. HEX triplet: ED, BC and 99. RGB value is (237,188,153). Sum of RGB (Red+Green+Blue) = 237+188+153=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC99 is #124366. Grayscale: #C6C6C6. Windows color (decimal): -1196903 or 10075373. OLE color: 10075373.

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

Color convert

RGB 237 188 153 -
CMYK 0 0.21 0.35 0.07
HSL 25º 0.7% 0.76% -
HSV(B) 25º 0.35% 0.93% -
XYZ 58.66 56.27 37.91 -
YUV 198.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 237 188 153 0 0.21 0.35 0.07 25 0.7 0.76
Hex ED BC 99 0 15 23 7 19 46 4C
Octal 355 274 231 0 25 43 7 31 106 114
Binary 11101101 10111100 10011001 0 10101 100011 111 11001 1000110 1001100

Color Harmonies of #EDBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC99

Black with #EDBC99

Text Example


Text Example

White with #EDBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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