Html Css Color HEX #ECC575 Marzipan

📋 copy color: '#ECC575'

red 236 ◦ green 197 ◦ blue 117

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

Shades of Marzipan #ECC575

Tints of Marzipan #ECC575

RGB

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

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

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

R = 42.91%
G = 35.82%
B = 21.27%

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

#ECC575 (or 0xECC575) is known color: Marzipan. HEX triplet: EC, C5 and 75. RGB value is (236,197,117). Sum of RGB (Red+Green+Blue) = 236+197+117=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC575 is #133A8A. Grayscale: #C7C7C7. Windows color (decimal): -1260171 or 7718380. OLE color: 7718380.

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

Color convert

RGB 236 197 117 -
CMYK 0 0.17 0.50 0.07
HSL 40.34º 0.76% 0.69% -
HSV(B) 40.34º 0.5% 0.93% -
XYZ 57.77 59.05 25.18 -
YUV 199.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 236 197 117 0 0.17 0.50 0.07 40.34 0.76 0.69
Hex EC C5 75 0 11 32 7 28 4C 45
Octal 354 305 165 0 21 62 7 50 114 105
Binary 11101100 11000101 1110101 0 10001 110010 111 101000 1001100 1000101

Color Harmonies of #ECC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC575

Black with #ECC575

Text Example


Text Example

White with #ECC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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