Html Css Color HEX #EDB993 Mandys Pink

📋 copy color: '#EDB993'

red 237 ◦ green 185 ◦ blue 147

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

Shades of Mandys Pink #EDB993

Tints of Mandys Pink #EDB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.83%

R = 41.65%
G = 32.51%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB993 (or 0xEDB993) is known color: Mandys Pink. HEX triplet: ED, B9 and 93. RGB value is (237,185,147). Sum of RGB (Red+Green+Blue) = 237+185+147=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB993 is #12466C. Grayscale: #C4C4C4. Windows color (decimal): -1197677 or 9681389. OLE color: 9681389.

HSL color Cylindrical-coordinate representation of color #EDB993: hue angle of 25.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDB993 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 147 -
CMYK 0 0.22 0.38 0.07
HSL 25.33º 0.71% 0.75% -
HSV(B) 25.33º 0.38% 0.93% -
XYZ 57.54 54.81 35.15 -
YUV 196.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 237 185 147 0 0.22 0.38 0.07 25.33 0.71 0.75
Hex ED B9 93 0 16 26 7 19 47 4B
Octal 355 271 223 0 26 46 7 31 107 113
Binary 11101101 10111001 10010011 0 10110 100110 111 11001 1000111 1001011

Color Harmonies of #EDB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB993

Black with #EDB993

Text Example


Text Example

White with #EDB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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