Html Css Color HEX #EDB492 Mandys Pink

📋 copy color: '#EDB492'

red 237 ◦ green 180 ◦ blue 146

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

Shades of Mandys Pink #EDB492

Tints of Mandys Pink #EDB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.97%

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

R = 42.1%
G = 31.97%
B = 25.93%

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

#EDB492 (or 0xEDB492) is known color: Mandys Pink. HEX triplet: ED, B4 and 92. RGB value is (237,180,146). Sum of RGB (Red+Green+Blue) = 237+180+146=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB492 is #124B6D. Grayscale: #C1C1C1. Windows color (decimal): -1198958 or 9614573. OLE color: 9614573.

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

Color convert

RGB 237 180 146 -
CMYK 0 0.24 0.38 0.07
HSL 22.42º 0.72% 0.75% -
HSV(B) 22.42º 0.38% 0.93% -
XYZ 56.43 52.72 34.4 -
YUV 193.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 237 180 146 0 0.24 0.38 0.07 22.42 0.72 0.75
Hex ED B4 92 0 18 26 7 16 48 4B
Octal 355 264 222 0 30 46 7 26 110 113
Binary 11101101 10110100 10010010 0 11000 100110 111 10110 1001000 1001011

Color Harmonies of #EDB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB492

Black with #EDB492

Text Example


Text Example

White with #EDB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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