#ECC378

Color #ECC378 Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #ECC378

Tints of Marzipan #ECC378

Color information

#ECC378 (or 0xECC378) is unknown color: approx Marzipan. HEX triplet: EC, C3 and 78. RGB value is (236,195,120). Sum of RGB (Red+Green+Blue) = 236+195+120=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC378 is #133C87. Grayscale: #C7C7C7. Windows color (decimal): -1260680 or 7914476. OLE color: 7914476.

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

Color convert

RGB236195120-
CMYK00.170.490.07
HSL38.79º75.32%69.8%-
HSV(B)38.79º49.15%92.55%-
XYZ57.558.2225.98-
YUV198.7183.58154.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=42.83%
G=35.39%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619512000.170.490.0738.7975.3269.8
HexECC378011317274b46
Octal35430317002161747113106
Binary1110110011000011111100001000111000111110011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC378; }

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

 H1.HeaderClassName
 {
   color: #ECC378;
 }
 .AnyTagClassName
 {
   color: #ECC378;
 }
</style>
background-color css

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

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

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

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

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

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