Html Css Color HEX #ECC472 Marzipan

📋 copy color: '#ECC472'

red 236 ◦ green 196 ◦ blue 114

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

Shades of Marzipan #ECC472

Tints of Marzipan #ECC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 43.22%
G = 35.9%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC472 (or 0xECC472) is known color: Marzipan. HEX triplet: EC, C4 and 72. RGB value is (236,196,114). Sum of RGB (Red+Green+Blue) = 236+196+114=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC472 is #133B8D. Grayscale: #C6C6C6. Windows color (decimal): -1260430 or 7521516. OLE color: 7521516.

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

Color convert

RGB 236 196 114 -
CMYK 0 0.17 0.52 0.07
HSL 40.33º 0.76% 0.69% -
HSV(B) 40.33º 0.52% 0.93% -
XYZ 57.37 58.53 24.19 -
YUV 198.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 236 196 114 0 0.17 0.52 0.07 40.33 0.76 0.69
Hex EC C4 72 0 11 34 7 28 4C 45
Octal 354 304 162 0 21 64 7 50 114 105
Binary 11101100 11000100 1110010 0 10001 110100 111 101000 1001100 1000101

Color Harmonies of #ECC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC472

Black with #ECC472

Text Example


Text Example

White with #ECC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC472; }

 p { color: rgb(236,196,114); }

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

background-color css

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

 a { background-color: rgb(236,196,114); }

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

border-color css

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

 span { border-color: rgb(236,196,114); }

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