Html Css Color HEX #EDC686 Marzipan

📋 copy color: '#EDC686'

red 237 ◦ green 198 ◦ blue 134

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

Shades of Marzipan #EDC686

Tints of Marzipan #EDC686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.8%

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

R = 41.65%
G = 34.8%
B = 23.55%

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

#EDC686 (or 0xEDC686) is known color: Marzipan. HEX triplet: ED, C6 and 86. RGB value is (237,198,134). Sum of RGB (Red+Green+Blue) = 237+198+134=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC686 is #123979. Grayscale: #CACACA. Windows color (decimal): -1194362 or 8832749. OLE color: 8832749.

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

Color convert

RGB 237 198 134 -
CMYK 0 0.16 0.43 0.07
HSL 37.28º 0.74% 0.73% -
HSV(B) 37.28º 0.43% 0.93% -
XYZ 59.42 60.11 31.03 -
YUV 202.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 237 198 134 0 0.16 0.43 0.07 37.28 0.74 0.73
Hex ED C6 86 0 10 2B 7 25 4A 49
Octal 355 306 206 0 20 53 7 45 112 111
Binary 11101101 11000110 10000110 0 10000 101011 111 100101 1001010 1001001

Color Harmonies of #EDC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC686

Black with #EDC686

Text Example


Text Example

White with #EDC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC686; }

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

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

background-color css

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

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

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

border-color css

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

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

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