Html Css Color HEX #EDB890 Mandys Pink

📋 copy color: '#EDB890'

red 237 ◦ green 184 ◦ blue 144

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

Shades of Mandys Pink #EDB890

Tints of Mandys Pink #EDB890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.57%

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 41.95%
G = 32.57%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDB890 (or 0xEDB890) is known color: Mandys Pink. HEX triplet: ED, B8 and 90. RGB value is (237,184,144). Sum of RGB (Red+Green+Blue) = 237+184+144=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB890 is #12476F. Grayscale: #C3C3C3. Windows color (decimal): -1197936 or 9484525. OLE color: 9484525.

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

Color convert

RGB 237 184 144 -
CMYK 0 0.22 0.39 0.07
HSL 25.81º 0.72% 0.75% -
HSV(B) 25.81º 0.39% 0.93% -
XYZ 57.1 54.3 33.86 -
YUV 195.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 237 184 144 0 0.22 0.39 0.07 25.81 0.72 0.75
Hex ED B8 90 0 16 27 7 1A 48 4B
Octal 355 270 220 0 26 47 7 32 110 113
Binary 11101101 10111000 10010000 0 10110 100111 111 11010 1001000 1001011

Color Harmonies of #EDB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB890

Black with #EDB890

Text Example


Text Example

White with #EDB890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB890; }

 p { color: rgb(237,184,144); }

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

background-color css

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

 a { background-color: rgb(237,184,144); }

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

border-color css

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

 span { border-color: rgb(237,184,144); }

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