Html Css Color HEX #EDC574 Marzipan

📋 copy color: '#EDC574'

red 237 ◦ green 197 ◦ blue 116

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

Shades of Marzipan #EDC574

Tints of Marzipan #EDC574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.09%

R = 43.09%
G = 35.82%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC574 (or 0xEDC574) is known color: Marzipan. HEX triplet: ED, C5 and 74. RGB value is (237,197,116). Sum of RGB (Red+Green+Blue) = 237+197+116=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC574 is #123A8B. Grayscale: #C8C8C8. Windows color (decimal): -1194636 or 7652845. OLE color: 7652845.

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

Color convert

RGB 237 197 116 -
CMYK 0 0.17 0.51 0.07
HSL 40.17º 0.77% 0.69% -
HSV(B) 40.17º 0.51% 0.93% -
XYZ 58.04 59.2 24.89 -
YUV 199.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 237 197 116 0 0.17 0.51 0.07 40.17 0.77 0.69
Hex ED C5 74 0 11 33 7 28 4D 45
Octal 355 305 164 0 21 63 7 50 115 105
Binary 11101101 11000101 1110100 0 10001 110011 111 101000 1001101 1000101

Color Harmonies of #EDC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC574

Black with #EDC574

Text Example


Text Example

White with #EDC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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