Html Css Color HEX #EDB18D Mandys Pink

📋 copy color: '#EDB18D'

red 237 ◦ green 177 ◦ blue 141

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

Shades of Mandys Pink #EDB18D

Tints of Mandys Pink #EDB18D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.89%

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 42.7%
G = 31.89%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDB18D (or 0xEDB18D) is known color: Mandys Pink. HEX triplet: ED, B1 and 8D. RGB value is (237,177,141). Sum of RGB (Red+Green+Blue) = 237+177+141=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18D is #124E72. Grayscale: #BFBFBF. Windows color (decimal): -1199731 or 9286125. OLE color: 9286125.

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

Color convert

RGB 237 177 141 -
CMYK 0 0.25 0.41 0.07
HSL 22.5º 0.73% 0.74% -
HSV(B) 22.5º 0.41% 0.93% -
XYZ 55.45 51.37 32.19 -
YUV 190.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 237 177 141 0 0.25 0.41 0.07 22.5 0.73 0.74
Hex ED B1 8D 0 19 29 7 16 49 4A
Octal 355 261 215 0 31 51 7 26 111 112
Binary 11101101 10110001 10001101 0 11001 101001 111 10110 1001001 1001010

Color Harmonies of #EDB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB18D

Black with #EDB18D

Text Example


Text Example

White with #EDB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB18D; }

 p { color: rgb(237,177,141); }

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

background-color css

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

 a { background-color: rgb(237,177,141); }

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

border-color css

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

 span { border-color: rgb(237,177,141); }

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