Html Css Color HEX #EDC986 Marzipan

📋 copy color: '#EDC986'

red 237 ◦ green 201 ◦ blue 134

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

Shades of Marzipan #EDC986

Tints of Marzipan #EDC986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

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

R = 41.43%
G = 35.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC986 (or 0xEDC986) is known color: Marzipan. HEX triplet: ED, C9 and 86. RGB value is (237,201,134). Sum of RGB (Red+Green+Blue) = 237+201+134=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC986 is #123679. Grayscale: #CCCCCC. Windows color (decimal): -1193594 or 8833517. OLE color: 8833517.

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

Color convert

RGB 237 201 134 -
CMYK 0 0.15 0.43 0.07
HSL 39.03º 0.74% 0.73% -
HSV(B) 39.03º 0.43% 0.93% -
XYZ 60.11 61.5 31.26 -
YUV 204.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 237 201 134 0 0.15 0.43 0.07 39.03 0.74 0.73
Hex ED C9 86 0 F 2B 7 27 4A 49
Octal 355 311 206 0 17 53 7 47 112 111
Binary 11101101 11001001 10000110 0 1111 101011 111 100111 1001010 1001001

Color Harmonies of #EDC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC986

Black with #EDC986

Text Example


Text Example

White with #EDC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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