Html Css Color HEX #EDB08C Mandys Pink

📋 copy color: '#EDB08C'

red 237 ◦ green 176 ◦ blue 140

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

Shades of Mandys Pink #EDB08C

Tints of Mandys Pink #EDB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 140 (55.08% from 255) = 25.32%

R = 42.86%
G = 31.83%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDB08C (or 0xEDB08C) is known color: Mandys Pink. HEX triplet: ED, B0 and 8C. RGB value is (237,176,140). Sum of RGB (Red+Green+Blue) = 237+176+140=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08C is #124F73. Grayscale: #BEBEBE. Windows color (decimal): -1199988 or 9220333. OLE color: 9220333.

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

Color convert

RGB 237 176 140 -
CMYK 0 0.26 0.41 0.07
HSL 22.27º 0.73% 0.74% -
HSV(B) 22.27º 0.41% 0.93% -
XYZ 55.18 50.95 31.74 -
YUV 190.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 237 176 140 0 0.26 0.41 0.07 22.27 0.73 0.74
Hex ED B0 8C 0 1A 29 7 16 49 4A
Octal 355 260 214 0 32 51 7 26 111 112
Binary 11101101 10110000 10001100 0 11010 101001 111 10110 1001001 1001010

Color Harmonies of #EDB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB08C

Black with #EDB08C

Text Example


Text Example

White with #EDB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB08C; }

 p { color: rgb(237,176,140); }

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

background-color css

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

 a { background-color: rgb(237,176,140); }

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

border-color css

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

 span { border-color: rgb(237,176,140); }

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