Html Css Color HEX #EDB894 Mandys Pink

📋 copy color: '#EDB894'

red 237 ◦ green 184 ◦ blue 148

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

Shades of Mandys Pink #EDB894

Tints of Mandys Pink #EDB894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.34%

 BLUE value IS 148 (58.2% from 255) = 26.01%

R = 41.65%
G = 32.34%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB894 (or 0xEDB894) is known color: Mandys Pink. HEX triplet: ED, B8 and 94. RGB value is (237,184,148). Sum of RGB (Red+Green+Blue) = 237+184+148=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB894 is #12476B. Grayscale: #C3C3C3. Windows color (decimal): -1197932 or 9746669. OLE color: 9746669.

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

Color convert

RGB 237 184 148 -
CMYK 0 0.22 0.38 0.07
HSL 24.27º 0.71% 0.75% -
HSV(B) 24.27º 0.38% 0.93% -
XYZ 57.41 54.42 35.5 -
YUV 195.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 237 184 148 0 0.22 0.38 0.07 24.27 0.71 0.75
Hex ED B8 94 0 16 26 7 18 47 4B
Octal 355 270 224 0 26 46 7 30 107 113
Binary 11101101 10111000 10010100 0 10110 100110 111 11000 1000111 1001011

Color Harmonies of #EDB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB894

Black with #EDB894

Text Example


Text Example

White with #EDB894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB894; }

 p { color: rgb(237,184,148); }

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

background-color css

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

 a { background-color: rgb(237,184,148); }

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

border-color css

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

 span { border-color: rgb(237,184,148); }

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