Html Css Color HEX #ECC982 Marzipan

📋 copy color: '#ECC982'

red 236 ◦ green 201 ◦ blue 130

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

Shades of Marzipan #ECC982

Tints of Marzipan #ECC982

RGB

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

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

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

R = 41.62%
G = 35.45%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECC982 (or 0xECC982) is known color: Marzipan. HEX triplet: EC, C9 and 82. RGB value is (236,201,130). Sum of RGB (Red+Green+Blue) = 236+201+130=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC982 is #13367D. Grayscale: #CBCBCB. Windows color (decimal): -1259134 or 8571372. OLE color: 8571372.

HSL color Cylindrical-coordinate representation of color #ECC982: hue angle of 40.19º 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 #ECC982 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 130 -
CMYK 0 0.15 0.45 0.07
HSL 40.19º 0.74% 0.72% -
HSV(B) 40.19º 0.45% 0.93% -
XYZ 59.51 61.22 29.8 -
YUV 203.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 236 201 130 0 0.15 0.45 0.07 40.19 0.74 0.72
Hex EC C9 82 0 F 2D 7 28 4A 48
Octal 354 311 202 0 17 55 7 50 112 110
Binary 11101100 11001001 10000010 0 1111 101101 111 101000 1001010 1001000

Color Harmonies of #ECC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC982

Black with #ECC982

Text Example


Text Example

White with #ECC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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