Html Css Color HEX #ECC975 Marzipan

📋 copy color: '#ECC975'

red 236 ◦ green 201 ◦ blue 117

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

Shades of Marzipan #ECC975

Tints of Marzipan #ECC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 42.6%
G = 36.28%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECC975 (or 0xECC975) is known color: Marzipan. HEX triplet: EC, C9 and 75. RGB value is (236,201,117). Sum of RGB (Red+Green+Blue) = 236+201+117=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC975 is #13368A. Grayscale: #CACACA. Windows color (decimal): -1259147 or 7719404. OLE color: 7719404.

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

Color convert

RGB 236 201 117 -
CMYK 0 0.15 0.50 0.07
HSL 42.35º 0.76% 0.69% -
HSV(B) 42.35º 0.5% 0.93% -
XYZ 58.69 60.89 25.49 -
YUV 201.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 236 201 117 0 0.15 0.50 0.07 42.35 0.76 0.69
Hex EC C9 75 0 F 32 7 2A 4C 45
Octal 354 311 165 0 17 62 7 52 114 105
Binary 11101100 11001001 1110101 0 1111 110010 111 101010 1001100 1000101

Color Harmonies of #ECC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC975

Black with #ECC975

Text Example


Text Example

White with #ECC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC975; }

 p { color: rgb(236,201,117); }

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

background-color css

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

 a { background-color: rgb(236,201,117); }

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

border-color css

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

 span { border-color: rgb(236,201,117); }

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