Html Css Color HEX #EDB592 Mandys Pink

📋 copy color: '#EDB592'

red 237 ◦ green 181 ◦ blue 146

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

Shades of Mandys Pink #EDB592

Tints of Mandys Pink #EDB592

RGB

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

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

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

R = 42.02%
G = 32.09%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB592 (or 0xEDB592) is known color: Mandys Pink. HEX triplet: ED, B5 and 92. RGB value is (237,181,146). Sum of RGB (Red+Green+Blue) = 237+181+146=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB592 is #124A6D. Grayscale: #C1C1C1. Windows color (decimal): -1198702 or 9614829. OLE color: 9614829.

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

Color convert

RGB 237 181 146 -
CMYK 0 0.24 0.38 0.07
HSL 23.08º 0.72% 0.75% -
HSV(B) 23.08º 0.38% 0.93% -
XYZ 56.64 53.13 34.46 -
YUV 193.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 237 181 146 0 0.24 0.38 0.07 23.08 0.72 0.75
Hex ED B5 92 0 18 26 7 17 48 4B
Octal 355 265 222 0 30 46 7 27 110 113
Binary 11101101 10110101 10010010 0 11000 100110 111 10111 1001000 1001011

Color Harmonies of #EDB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB592

Black with #EDB592

Text Example


Text Example

White with #EDB592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB592; }

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

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

background-color css

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

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

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

border-color css

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

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

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