Html Css Color HEX #ECC774 Marzipan

📋 copy color: '#ECC774'

red 236 ◦ green 199 ◦ blue 116

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

Shades of Marzipan #ECC774

Tints of Marzipan #ECC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 42.83%
G = 36.12%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC774 (or 0xECC774) is known color: Marzipan. HEX triplet: EC, C7 and 74. RGB value is (236,199,116). Sum of RGB (Red+Green+Blue) = 236+199+116=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC774 is #13388B. Grayscale: #C8C8C8. Windows color (decimal): -1259660 or 7653356. OLE color: 7653356.

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

Color convert

RGB 236 199 116 -
CMYK 0 0.16 0.51 0.07
HSL 41.5º 0.76% 0.69% -
HSV(B) 41.5º 0.51% 0.93% -
XYZ 58.17 59.94 25.03 -
YUV 200.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 236 199 116 0 0.16 0.51 0.07 41.5 0.76 0.69
Hex EC C7 74 0 10 33 7 2A 4C 45
Octal 354 307 164 0 20 63 7 52 114 105
Binary 11101100 11000111 1110100 0 10000 110011 111 101010 1001100 1000101

Color Harmonies of #ECC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC774

Black with #ECC774

Text Example


Text Example

White with #ECC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC774; }

 p { color: rgb(236,199,116); }

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

background-color css

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

 a { background-color: rgb(236,199,116); }

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

border-color css

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

 span { border-color: rgb(236,199,116); }

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