Html Css Color HEX #ECC278 Marzipan

📋 copy color: '#ECC278'

red 236 ◦ green 194 ◦ blue 120

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

Shades of Marzipan #ECC278

Tints of Marzipan #ECC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 42.91%
G = 35.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECC278 (or 0xECC278) is known color: Marzipan. HEX triplet: EC, C2 and 78. RGB value is (236,194,120). Sum of RGB (Red+Green+Blue) = 236+194+120=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC278 is #133D87. Grayscale: #C6C6C6. Windows color (decimal): -1260936 or 7914220. OLE color: 7914220.

HSL color Cylindrical-coordinate representation of color #ECC278: hue angle of 38.28º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECC278 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 120 -
CMYK 0 0.18 0.49 0.07
HSL 38.28º 0.75% 0.7% -
HSV(B) 38.28º 0.49% 0.93% -
XYZ 57.27 57.77 25.9 -
YUV 198.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 236 194 120 0 0.18 0.49 0.07 38.28 0.75 0.7
Hex EC C2 78 0 12 31 7 26 4B 46
Octal 354 302 170 0 22 61 7 46 113 106
Binary 11101100 11000010 1111000 0 10010 110001 111 100110 1001011 1000110

Color Harmonies of #ECC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC278

Black with #ECC278

Text Example


Text Example

White with #ECC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC278; }

 p { color: rgb(236,194,120); }

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

background-color css

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

 a { background-color: rgb(236,194,120); }

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

border-color css

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

 span { border-color: rgb(236,194,120); }

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