Html Css Color HEX #EDB695 Mandys Pink

📋 copy color: '#EDB695'

red 237 ◦ green 182 ◦ blue 149

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

Shades of Mandys Pink #EDB695

Tints of Mandys Pink #EDB695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.04%

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

R = 41.73%
G = 32.04%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB695 (or 0xEDB695) is known color: Mandys Pink. HEX triplet: ED, B6 and 95. RGB value is (237,182,149). Sum of RGB (Red+Green+Blue) = 237+182+149=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB695 is #12496A. Grayscale: #C2C2C2. Windows color (decimal): -1198443 or 9811693. OLE color: 9811693.

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

Color convert

RGB 237 182 149 -
CMYK 0 0.23 0.37 0.07
HSL 22.5º 0.71% 0.76% -
HSV(B) 22.5º 0.37% 0.93% -
XYZ 57.08 53.63 35.78 -
YUV 194.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 237 182 149 0 0.23 0.37 0.07 22.5 0.71 0.76
Hex ED B6 95 0 17 25 7 16 47 4C
Octal 355 266 225 0 27 45 7 26 107 114
Binary 11101101 10110110 10010101 0 10111 100101 111 10110 1000111 1001100

Color Harmonies of #EDB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB695

Black with #EDB695

Text Example


Text Example

White with #EDB695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB695; }

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

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

background-color css

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

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

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

border-color css

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

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

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