Html Css Color HEX #EDC584 Marzipan

📋 copy color: '#EDC584'

red 237 ◦ green 197 ◦ blue 132

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

Shades of Marzipan #EDC584

Tints of Marzipan #EDC584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

 BLUE value IS 132 (51.95% from 255) = 23.32%

R = 41.87%
G = 34.81%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC584 (or 0xEDC584) is known color: Marzipan. HEX triplet: ED, C5 and 84. RGB value is (237,197,132). Sum of RGB (Red+Green+Blue) = 237+197+132=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC584 is #123A7B. Grayscale: #C9C9C9. Windows color (decimal): -1194620 or 8701421. OLE color: 8701421.

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

Color convert

RGB 237 197 132 -
CMYK 0 0.17 0.44 0.07
HSL 37.14º 0.74% 0.72% -
HSV(B) 37.14º 0.44% 0.93% -
XYZ 59.06 59.6 30.22 -
YUV 201.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 237 197 132 0 0.17 0.44 0.07 37.14 0.74 0.72
Hex ED C5 84 0 11 2C 7 25 4A 48
Octal 355 305 204 0 21 54 7 45 112 110
Binary 11101101 11000101 10000100 0 10001 101100 111 100101 1001010 1001000

Color Harmonies of #EDC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC584

Black with #EDC584

Text Example


Text Example

White with #EDC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC584; }

 p { color: rgb(237,197,132); }

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

background-color css

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

 a { background-color: rgb(237,197,132); }

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

border-color css

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

 span { border-color: rgb(237,197,132); }

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