Html Css Color HEX #ECCF80 Marzipan

📋 copy color: '#ECCF80'

red 236 ◦ green 207 ◦ blue 128

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

Shades of Marzipan #ECCF80

Tints of Marzipan #ECCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.25%

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

R = 41.33%
G = 36.25%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECCF80 (or 0xECCF80) is known color: Marzipan. HEX triplet: EC, CF and 80. RGB value is (236,207,128). Sum of RGB (Red+Green+Blue) = 236+207+128=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF80 is #13307F. Grayscale: #CFCFCF. Windows color (decimal): -1257600 or 8441836. OLE color: 8441836.

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

Color convert

RGB 236 207 128 -
CMYK 0 0.12 0.46 0.07
HSL 43.89º 0.74% 0.71% -
HSV(B) 43.89º 0.46% 0.93% -
XYZ 60.8 64.02 29.57 -
YUV 206.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 236 207 128 0 0.12 0.46 0.07 43.89 0.74 0.71
Hex EC CF 80 0 C 2E 7 2C 4A 47
Octal 354 317 200 0 14 56 7 54 112 107
Binary 11101100 11001111 10000000 0 1100 101110 111 101100 1001010 1000111

Color Harmonies of #ECCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF80

Black with #ECCF80

Text Example


Text Example

White with #ECCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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