Html Css Color HEX #EDB18F Mandys Pink

📋 copy color: '#EDB18F'

red 237 ◦ green 177 ◦ blue 143

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

Shades of Mandys Pink #EDB18F

Tints of Mandys Pink #EDB18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.67%

R = 42.55%
G = 31.78%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB18F (or 0xEDB18F) is known color: Mandys Pink. HEX triplet: ED, B1 and 8F. RGB value is (237,177,143). Sum of RGB (Red+Green+Blue) = 237+177+143=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18F is #124E70. Grayscale: #BFBFBF. Windows color (decimal): -1199729 or 9417197. OLE color: 9417197.

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

Color convert

RGB 237 177 143 -
CMYK 0 0.25 0.40 0.07
HSL 21.7º 0.72% 0.75% -
HSV(B) 21.7º 0.4% 0.93% -
XYZ 55.61 51.43 32.98 -
YUV 191.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 237 177 143 0 0.25 0.40 0.07 21.7 0.72 0.75
Hex ED B1 8F 0 19 28 7 16 48 4B
Octal 355 261 217 0 31 50 7 26 110 113
Binary 11101101 10110001 10001111 0 11001 101000 111 10110 1001000 1001011

Color Harmonies of #EDB18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB18F

Black with #EDB18F

Text Example


Text Example

White with #EDB18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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