Html Css Color HEX #ECC374 Marzipan

📋 copy color: '#ECC374'

red 236 ◦ green 195 ◦ blue 116

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

Shades of Marzipan #ECC374

Tints of Marzipan #ECC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

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

R = 43.14%
G = 35.65%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC374 (or 0xECC374) is known color: Marzipan. HEX triplet: EC, C3 and 74. RGB value is (236,195,116). Sum of RGB (Red+Green+Blue) = 236+195+116=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC374 is #133C8B. Grayscale: #C6C6C6. Windows color (decimal): -1260684 or 7652332. OLE color: 7652332.

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

Color convert

RGB 236 195 116 -
CMYK 0 0.17 0.51 0.07
HSL 39.5º 0.76% 0.69% -
HSV(B) 39.5º 0.51% 0.93% -
XYZ 57.26 58.12 24.72 -
YUV 198.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 236 195 116 0 0.17 0.51 0.07 39.5 0.76 0.69
Hex EC C3 74 0 11 33 7 28 4C 45
Octal 354 303 164 0 21 63 7 50 114 105
Binary 11101100 11000011 1110100 0 10001 110011 111 101000 1001100 1000101

Color Harmonies of #ECC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC374

Black with #ECC374

Text Example


Text Example

White with #ECC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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