Html Css Color HEX #EDB595 Mandys Pink

📋 copy color: '#EDB595'

red 237 ◦ green 181 ◦ blue 149

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

Shades of Mandys Pink #EDB595

Tints of Mandys Pink #EDB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.92%

 BLUE value IS 149 (58.59% from 255) = 26.28%

R = 41.8%
G = 31.92%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB595 (or 0xEDB595) is known color: Mandys Pink. HEX triplet: ED, B5 and 95. RGB value is (237,181,149). Sum of RGB (Red+Green+Blue) = 237+181+149=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB595 is #124A6A. Grayscale: #C2C2C2. Windows color (decimal): -1198699 or 9811437. OLE color: 9811437.

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

Color convert

RGB 237 181 149 -
CMYK 0 0.24 0.37 0.07
HSL 21.82º 0.71% 0.76% -
HSV(B) 21.82º 0.37% 0.93% -
XYZ 56.87 53.22 35.71 -
YUV 194.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 237 181 149 0 0.24 0.37 0.07 21.82 0.71 0.76
Hex ED B5 95 0 18 25 7 16 47 4C
Octal 355 265 225 0 30 45 7 26 107 114
Binary 11101101 10110101 10010101 0 11000 100101 111 10110 1000111 1001100

Color Harmonies of #EDB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB595

Black with #EDB595

Text Example


Text Example

White with #EDB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB595; }

 p { color: rgb(237,181,149); }

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

background-color css

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

 a { background-color: rgb(237,181,149); }

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

border-color css

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

 span { border-color: rgb(237,181,149); }

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