Html Css Color HEX #EDB999 Mandys Pink

📋 copy color: '#EDB999'

red 237 ◦ green 185 ◦ blue 153

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

Shades of Mandys Pink #EDB999

Tints of Mandys Pink #EDB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

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

R = 41.22%
G = 32.17%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB999 (or 0xEDB999) is known color: Mandys Pink. HEX triplet: ED, B9 and 99. RGB value is (237,185,153). Sum of RGB (Red+Green+Blue) = 237+185+153=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB999 is #124666. Grayscale: #C5C5C5. Windows color (decimal): -1197671 or 10074605. OLE color: 10074605.

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

Color convert

RGB 237 185 153 -
CMYK 0 0.22 0.35 0.07
HSL 22.86º 0.7% 0.76% -
HSV(B) 22.86º 0.35% 0.93% -
XYZ 58.02 55 37.7 -
YUV 196.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 237 185 153 0 0.22 0.35 0.07 22.86 0.7 0.76
Hex ED B9 99 0 16 23 7 17 46 4C
Octal 355 271 231 0 26 43 7 27 106 114
Binary 11101101 10111001 10011001 0 10110 100011 111 10111 1000110 1001100

Color Harmonies of #EDB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB999

Black with #EDB999

Text Example


Text Example

White with #EDB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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