Html Css Color HEX #EDB394 Mandys Pink

📋 copy color: '#EDB394'

red 237 ◦ green 179 ◦ blue 148

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

Shades of Mandys Pink #EDB394

Tints of Mandys Pink #EDB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.74%

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

R = 42.02%
G = 31.74%
B = 26.24%

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

#EDB394 (or 0xEDB394) is known color: Mandys Pink. HEX triplet: ED, B3 and 94. RGB value is (237,179,148). Sum of RGB (Red+Green+Blue) = 237+179+148=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB394 is #124C6B. Grayscale: #C0C0C0. Windows color (decimal): -1199212 or 9745389. OLE color: 9745389.

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

Color convert

RGB 237 179 148 -
CMYK 0 0.24 0.38 0.07
HSL 20.9º 0.71% 0.75% -
HSV(B) 20.9º 0.38% 0.93% -
XYZ 56.39 52.38 35.16 -
YUV 192.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 237 179 148 0 0.24 0.38 0.07 20.9 0.71 0.75
Hex ED B3 94 0 18 26 7 15 47 4B
Octal 355 263 224 0 30 46 7 25 107 113
Binary 11101101 10110011 10010100 0 11000 100110 111 10101 1000111 1001011

Color Harmonies of #EDB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB394

Black with #EDB394

Text Example


Text Example

White with #EDB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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