Html Css Color HEX #ECCD80 Marzipan

📋 copy color: '#ECCD80'

red 236 ◦ green 205 ◦ blue 128

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

Shades of Marzipan #ECCD80

Tints of Marzipan #ECCD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

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

R = 41.48%
G = 36.03%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECCD80 (or 0xECCD80) is known color: Marzipan. HEX triplet: EC, CD and 80. RGB value is (236,205,128). Sum of RGB (Red+Green+Blue) = 236+205+128=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD80 is #13327F. Grayscale: #CDCDCD. Windows color (decimal): -1258112 or 8441324. OLE color: 8441324.

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

Color convert

RGB 236 205 128 -
CMYK 0 0.13 0.46 0.07
HSL 42.78º 0.74% 0.71% -
HSV(B) 42.78º 0.46% 0.93% -
XYZ 60.32 63.05 29.41 -
YUV 205.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 236 205 128 0 0.13 0.46 0.07 42.78 0.74 0.71
Hex EC CD 80 0 D 2E 7 2B 4A 47
Octal 354 315 200 0 15 56 7 53 112 107
Binary 11101100 11001101 10000000 0 1101 101110 111 101011 1001010 1000111

Color Harmonies of #ECCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD80

Black with #ECCD80

Text Example


Text Example

White with #ECCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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