Html Css Color HEX #ECC475 Marzipan

📋 copy color: '#ECC475'

red 236 ◦ green 196 ◦ blue 117

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

Shades of Marzipan #ECC475

Tints of Marzipan #ECC475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 42.99%
G = 35.7%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECC475 (or 0xECC475) is known color: Marzipan. HEX triplet: EC, C4 and 75. RGB value is (236,196,117). Sum of RGB (Red+Green+Blue) = 236+196+117=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC475 is #133B8A. Grayscale: #C7C7C7. Windows color (decimal): -1260427 or 7718124. OLE color: 7718124.

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

Color convert

RGB 236 196 117 -
CMYK 0 0.17 0.50 0.07
HSL 39.83º 0.76% 0.69% -
HSV(B) 39.83º 0.5% 0.93% -
XYZ 57.54 58.6 25.11 -
YUV 198.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 236 196 117 0 0.17 0.50 0.07 39.83 0.76 0.69
Hex EC C4 75 0 11 32 7 28 4C 45
Octal 354 304 165 0 21 62 7 50 114 105
Binary 11101100 11000100 1110101 0 10001 110010 111 101000 1001100 1000101

Color Harmonies of #ECC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC475

Black with #ECC475

Text Example


Text Example

White with #ECC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC475; }

 p { color: rgb(236,196,117); }

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

background-color css

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

 a { background-color: rgb(236,196,117); }

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

border-color css

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

 span { border-color: rgb(236,196,117); }

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