Html Css Color HEX #ECC378 Marzipan

📋 copy color: '#ECC378'

red 236 ◦ green 195 ◦ blue 120

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

Shades of Marzipan #ECC378

Tints of Marzipan #ECC378

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 value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECC378 (or 0xECC378) is known color: 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

RGB 236 195 120 -
CMYK 0 0.17 0.49 0.07
HSL 38.79º 0.75% 0.7% -
HSV(B) 38.79º 0.49% 0.93% -
XYZ 57.5 58.22 25.98 -
YUV 198.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 236 195 120 0 0.17 0.49 0.07 38.79 0.75 0.7
Hex EC C3 78 0 11 31 7 27 4B 46
Octal 354 303 170 0 21 61 7 47 113 106
Binary 11101100 11000011 1111000 0 10001 110001 111 100111 1001011 1000110

Color Harmonies of #ECC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC378

Black with #ECC378

Text Example


Text Example

White with #ECC378

Text Example


Text Example

HTML Codes & Css Web 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>