Html Css Color HEX #EDC486 Marzipan

📋 copy color: '#EDC486'

red 237 ◦ green 196 ◦ blue 134

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

Shades of Marzipan #EDC486

Tints of Marzipan #EDC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 41.8%
G = 34.57%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC486 (or 0xEDC486) is known color: Marzipan. HEX triplet: ED, C4 and 86. RGB value is (237,196,134). Sum of RGB (Red+Green+Blue) = 237+196+134=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC486 is #123B79. Grayscale: #C9C9C9. Windows color (decimal): -1194874 or 8832237. OLE color: 8832237.

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

Color convert

RGB 237 196 134 -
CMYK 0 0.17 0.43 0.07
HSL 36.12º 0.74% 0.73% -
HSV(B) 36.12º 0.43% 0.93% -
XYZ 58.97 59.21 30.87 -
YUV 201.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 237 196 134 0 0.17 0.43 0.07 36.12 0.74 0.73
Hex ED C4 86 0 11 2B 7 24 4A 49
Octal 355 304 206 0 21 53 7 44 112 111
Binary 11101101 11000100 10000110 0 10001 101011 111 100100 1001010 1001001

Color Harmonies of #EDC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC486

Black with #EDC486

Text Example


Text Example

White with #EDC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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