Html Css Color HEX #EDB192 Mandys Pink

📋 copy color: '#EDB192'

red 237 ◦ green 177 ◦ blue 146

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

Shades of Mandys Pink #EDB192

Tints of Mandys Pink #EDB192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.61%

 BLUE value IS 146 (57.42% from 255) = 26.07%

R = 42.32%
G = 31.61%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB192 (or 0xEDB192) is known color: Mandys Pink. HEX triplet: ED, B1 and 92. RGB value is (237,177,146). Sum of RGB (Red+Green+Blue) = 237+177+146=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB192 is #124E6D. Grayscale: #BFBFBF. Windows color (decimal): -1199726 or 9613805. OLE color: 9613805.

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

Color convert

RGB 237 177 146 -
CMYK 0 0.25 0.38 0.07
HSL 20.44º 0.72% 0.75% -
HSV(B) 20.44º 0.38% 0.93% -
XYZ 55.84 51.52 34.2 -
YUV 191.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 237 177 146 0 0.25 0.38 0.07 20.44 0.72 0.75
Hex ED B1 92 0 19 26 7 14 48 4B
Octal 355 261 222 0 31 46 7 24 110 113
Binary 11101101 10110001 10010010 0 11001 100110 111 10100 1001000 1001011

Color Harmonies of #EDB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB192

Black with #EDB192

Text Example


Text Example

White with #EDB192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB192; }

 p { color: rgb(237,177,146); }

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

background-color css

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

 a { background-color: rgb(237,177,146); }

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

border-color css

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

 span { border-color: rgb(237,177,146); }

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