Html Css Color HEX #EDB08E Mandys Pink

📋 copy color: '#EDB08E'

red 237 ◦ green 176 ◦ blue 142

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

Shades of Mandys Pink #EDB08E

Tints of Mandys Pink #EDB08E

RGB

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

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

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

R = 42.7%
G = 31.71%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB08E (or 0xEDB08E) is known color: Mandys Pink. HEX triplet: ED, B0 and 8E. RGB value is (237,176,142). Sum of RGB (Red+Green+Blue) = 237+176+142=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08E is #124F71. Grayscale: #BEBEBE. Windows color (decimal): -1199986 or 9351405. OLE color: 9351405.

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

Color convert

RGB 237 176 142 -
CMYK 0 0.26 0.40 0.07
HSL 21.47º 0.73% 0.74% -
HSV(B) 21.47º 0.4% 0.93% -
XYZ 55.33 51.01 32.52 -
YUV 190.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 237 176 142 0 0.26 0.40 0.07 21.47 0.73 0.74
Hex ED B0 8E 0 1A 28 7 15 49 4A
Octal 355 260 216 0 32 50 7 25 111 112
Binary 11101101 10110000 10001110 0 11010 101000 111 10101 1001001 1001010

Color Harmonies of #EDB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB08E

Black with #EDB08E

Text Example


Text Example

White with #EDB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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