Html Css Color HEX #EDB295 Mandys Pink

📋 copy color: '#EDB295'

red 237 ◦ green 178 ◦ blue 149

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

Shades of Mandys Pink #EDB295

Tints of Mandys Pink #EDB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 42.02%
G = 31.56%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB295 (or 0xEDB295) is known color: Mandys Pink. HEX triplet: ED, B2 and 95. RGB value is (237,178,149). Sum of RGB (Red+Green+Blue) = 237+178+149=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB295 is #124D6A. Grayscale: #C0C0C0. Windows color (decimal): -1199467 or 9810669. OLE color: 9810669.

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

Color convert

RGB 237 178 149 -
CMYK 0 0.25 0.37 0.07
HSL 19.77º 0.71% 0.76% -
HSV(B) 19.77º 0.37% 0.93% -
XYZ 56.27 52.02 35.51 -
YUV 192.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 237 178 149 0 0.25 0.37 0.07 19.77 0.71 0.76
Hex ED B2 95 0 19 25 7 14 47 4C
Octal 355 262 225 0 31 45 7 24 107 114
Binary 11101101 10110010 10010101 0 11001 100101 111 10100 1000111 1001100

Color Harmonies of #EDB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB295

Black with #EDB295

Text Example


Text Example

White with #EDB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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