Html Css Color HEX #EDB48E Mandys Pink

📋 copy color: '#EDB48E'

red 237 ◦ green 180 ◦ blue 142

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

Shades of Mandys Pink #EDB48E

Tints of Mandys Pink #EDB48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.4%

R = 42.4%
G = 32.2%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB48E (or 0xEDB48E) is known color: Mandys Pink. HEX triplet: ED, B4 and 8E. RGB value is (237,180,142). Sum of RGB (Red+Green+Blue) = 237+180+142=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48E is #124B71. Grayscale: #C0C0C0. Windows color (decimal): -1198962 or 9352429. OLE color: 9352429.

HSL color Cylindrical-coordinate representation of color #EDB48E: hue angle of 24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB48E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 142 -
CMYK 0 0.24 0.40 0.07
HSL 24º 0.73% 0.74% -
HSV(B) 24º 0.4% 0.93% -
XYZ 56.13 52.6 32.79 -
YUV 192.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 237 180 142 0 0.24 0.40 0.07 24 0.73 0.74
Hex ED B4 8E 0 18 28 7 18 49 4A
Octal 355 264 216 0 30 50 7 30 111 112
Binary 11101101 10110100 10001110 0 11000 101000 111 11000 1001001 1001010

Color Harmonies of #EDB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB48E

Black with #EDB48E

Text Example


Text Example

White with #EDB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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