Html Css Color HEX #ECC582 Marzipan

📋 copy color: '#ECC582'

red 236 ◦ green 197 ◦ blue 130

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

Shades of Marzipan #ECC582

Tints of Marzipan #ECC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

 BLUE value IS 130 (51.17% from 255) = 23.09%

R = 41.92%
G = 34.99%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECC582 (or 0xECC582) is known color: Marzipan. HEX triplet: EC, C5 and 82. RGB value is (236,197,130). Sum of RGB (Red+Green+Blue) = 236+197+130=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC582 is #133A7D. Grayscale: #C9C9C9. Windows color (decimal): -1260158 or 8570348. OLE color: 8570348.

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

Color convert

RGB 236 197 130 -
CMYK 0 0.17 0.45 0.07
HSL 37.92º 0.74% 0.72% -
HSV(B) 37.92º 0.45% 0.93% -
XYZ 58.59 59.38 29.49 -
YUV 201.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 236 197 130 0 0.17 0.45 0.07 37.92 0.74 0.72
Hex EC C5 82 0 11 2D 7 26 4A 48
Octal 354 305 202 0 21 55 7 46 112 110
Binary 11101100 11000101 10000010 0 10001 101101 111 100110 1001010 1001000

Color Harmonies of #ECC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC582

Black with #ECC582

Text Example


Text Example

White with #ECC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC582; }

 p { color: rgb(236,197,130); }

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

background-color css

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

 a { background-color: rgb(236,197,130); }

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

border-color css

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

 span { border-color: rgb(236,197,130); }

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