Html Css Color HEX #EDB28D Mandys Pink

📋 copy color: '#EDB28D'

red 237 ◦ green 178 ◦ blue 141

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

Shades of Mandys Pink #EDB28D

Tints of Mandys Pink #EDB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 42.63%
G = 32.01%
B = 25.36%

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

#EDB28D (or 0xEDB28D) is known color: Mandys Pink. HEX triplet: ED, B2 and 8D. RGB value is (237,178,141). Sum of RGB (Red+Green+Blue) = 237+178+141=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28D is #124D72. Grayscale: #BFBFBF. Windows color (decimal): -1199475 or 9286381. OLE color: 9286381.

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

Color convert

RGB 237 178 141 -
CMYK 0 0.25 0.41 0.07
HSL 23.13º 0.73% 0.74% -
HSV(B) 23.13º 0.41% 0.93% -
XYZ 55.65 51.77 32.26 -
YUV 191.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 237 178 141 0 0.25 0.41 0.07 23.13 0.73 0.74
Hex ED B2 8D 0 19 29 7 17 49 4A
Octal 355 262 215 0 31 51 7 27 111 112
Binary 11101101 10110010 10001101 0 11001 101001 111 10111 1001001 1001010

Color Harmonies of #EDB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB28D

Black with #EDB28D

Text Example


Text Example

White with #EDB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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