Html Css Color HEX #ECC574 Marzipan

📋 copy color: '#ECC574'

red 236 ◦ green 197 ◦ blue 116

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

Shades of Marzipan #ECC574

Tints of Marzipan #ECC574

RGB

 RED value IS 236 (92.58% from 255) = 42.99%

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

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

R = 42.99%
G = 35.88%
B = 21.13%

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

#ECC574 (or 0xECC574) is known color: Marzipan. HEX triplet: EC, C5 and 74. RGB value is (236,197,116). Sum of RGB (Red+Green+Blue) = 236+197+116=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC574 is #133A8B. Grayscale: #C7C7C7. Windows color (decimal): -1260172 or 7652844. OLE color: 7652844.

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

Color convert

RGB 236 197 116 -
CMYK 0 0.17 0.51 0.07
HSL 40.5º 0.76% 0.69% -
HSV(B) 40.5º 0.51% 0.93% -
XYZ 57.71 59.03 24.87 -
YUV 199.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 236 197 116 0 0.17 0.51 0.07 40.5 0.76 0.69
Hex EC C5 74 0 11 33 7 28 4C 45
Octal 354 305 164 0 21 63 7 50 114 105
Binary 11101100 11000101 1110100 0 10001 110011 111 101000 1001100 1000101

Color Harmonies of #ECC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC574

Black with #ECC574

Text Example


Text Example

White with #ECC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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