Html Css Color HEX #EDB092 Mandys Pink

📋 copy color: '#EDB092'

red 237 ◦ green 176 ◦ blue 146

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

Shades of Mandys Pink #EDB092

Tints of Mandys Pink #EDB092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.48%

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

R = 42.4%
G = 31.48%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB092 (or 0xEDB092) is known color: Mandys Pink. HEX triplet: ED, B0 and 92. RGB value is (237,176,146). Sum of RGB (Red+Green+Blue) = 237+176+146=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB092 is #124F6D. Grayscale: #BFBFBF. Windows color (decimal): -1199982 or 9613549. OLE color: 9613549.

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

Color convert

RGB 237 176 146 -
CMYK 0 0.26 0.38 0.07
HSL 19.78º 0.72% 0.75% -
HSV(B) 19.78º 0.38% 0.93% -
XYZ 55.64 51.13 34.13 -
YUV 190.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 237 176 146 0 0.26 0.38 0.07 19.78 0.72 0.75
Hex ED B0 92 0 1A 26 7 14 48 4B
Octal 355 260 222 0 32 46 7 24 110 113
Binary 11101101 10110000 10010010 0 11010 100110 111 10100 1001000 1001011

Color Harmonies of #EDB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB092

Black with #EDB092

Text Example


Text Example

White with #EDB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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