Html Css Color HEX #EDB78F Mandys Pink

📋 copy color: '#EDB78F'

red 237 ◦ green 183 ◦ blue 143

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

Shades of Mandys Pink #EDB78F

Tints of Mandys Pink #EDB78F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

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

R = 42.1%
G = 32.5%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDB78F (or 0xEDB78F) is known color: Mandys Pink. HEX triplet: ED, B7 and 8F. RGB value is (237,183,143). Sum of RGB (Red+Green+Blue) = 237+183+143=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB78F is #124870. Grayscale: #C2C2C2. Windows color (decimal): -1198193 or 9418733. OLE color: 9418733.

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

Color convert

RGB 237 183 143 -
CMYK 0 0.23 0.40 0.07
HSL 25.53º 0.72% 0.75% -
HSV(B) 25.53º 0.4% 0.93% -
XYZ 56.82 53.85 33.39 -
YUV 194.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 237 183 143 0 0.23 0.40 0.07 25.53 0.72 0.75
Hex ED B7 8F 0 17 28 7 1A 48 4B
Octal 355 267 217 0 27 50 7 32 110 113
Binary 11101101 10110111 10001111 0 10111 101000 111 11010 1001000 1001011

Color Harmonies of #EDB78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB78F

Black with #EDB78F

Text Example


Text Example

White with #EDB78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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