Html Css Color HEX #ECC580 Marzipan

📋 copy color: '#ECC580'

red 236 ◦ green 197 ◦ blue 128

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

Shades of Marzipan #ECC580

Tints of Marzipan #ECC580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 42.07%
G = 35.12%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECC580 (or 0xECC580) is known color: Marzipan. HEX triplet: EC, C5 and 80. RGB value is (236,197,128). Sum of RGB (Red+Green+Blue) = 236+197+128=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC580 is #133A7F. Grayscale: #C9C9C9. Windows color (decimal): -1260160 or 8439276. OLE color: 8439276.

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

Color convert

RGB 236 197 128 -
CMYK 0 0.17 0.46 0.07
HSL 38.33º 0.74% 0.71% -
HSV(B) 38.33º 0.46% 0.93% -
XYZ 58.45 59.32 28.79 -
YUV 200.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 236 197 128 0 0.17 0.46 0.07 38.33 0.74 0.71
Hex EC C5 80 0 11 2E 7 26 4A 47
Octal 354 305 200 0 21 56 7 46 112 107
Binary 11101100 11000101 10000000 0 10001 101110 111 100110 1001010 1000111

Color Harmonies of #ECC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC580

Black with #ECC580

Text Example


Text Example

White with #ECC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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