Html Css Color HEX #EDC886 Marzipan

📋 copy color: '#EDC886'

red 237 ◦ green 200 ◦ blue 134

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

Shades of Marzipan #EDC886

Tints of Marzipan #EDC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 41.51%
G = 35.03%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC886 (or 0xEDC886) is known color: Marzipan. HEX triplet: ED, C8 and 86. RGB value is (237,200,134). Sum of RGB (Red+Green+Blue) = 237+200+134=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC886 is #123779. Grayscale: #CBCBCB. Windows color (decimal): -1193850 or 8833261. OLE color: 8833261.

HSL color Cylindrical-coordinate representation of color #EDC886: hue angle of 38.45º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDC886 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 134 -
CMYK 0 0.16 0.43 0.07
HSL 38.45º 0.74% 0.73% -
HSV(B) 38.45º 0.43% 0.93% -
XYZ 59.88 61.03 31.18 -
YUV 203.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 237 200 134 0 0.16 0.43 0.07 38.45 0.74 0.73
Hex ED C8 86 0 10 2B 7 26 4A 49
Octal 355 310 206 0 20 53 7 46 112 111
Binary 11101101 11001000 10000110 0 10000 101011 111 100110 1001010 1001001

Color Harmonies of #EDC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC886

Black with #EDC886

Text Example


Text Example

White with #EDC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC886; }

 p { color: rgb(237,200,134); }

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

background-color css

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

 a { background-color: rgb(237,200,134); }

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

border-color css

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

 span { border-color: rgb(237,200,134); }

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