Html Css Color HEX #ECC382 Marzipan

📋 copy color: '#ECC382'

red 236 ◦ green 195 ◦ blue 130

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

Shades of Marzipan #ECC382

Tints of Marzipan #ECC382

RGB

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

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

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

R = 42.07%
G = 34.76%
B = 23.17%

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

#ECC382 (or 0xECC382) is known color: Marzipan. HEX triplet: EC, C3 and 82. RGB value is (236,195,130). Sum of RGB (Red+Green+Blue) = 236+195+130=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC382 is #133C7D. Grayscale: #C8C8C8. Windows color (decimal): -1260670 or 8569836. OLE color: 8569836.

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

Color convert

RGB 236 195 130 -
CMYK 0 0.17 0.45 0.07
HSL 36.79º 0.74% 0.72% -
HSV(B) 36.79º 0.45% 0.93% -
XYZ 58.14 58.47 29.34 -
YUV 199.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 236 195 130 0 0.17 0.45 0.07 36.79 0.74 0.72
Hex EC C3 82 0 11 2D 7 25 4A 48
Octal 354 303 202 0 21 55 7 45 112 110
Binary 11101100 11000011 10000010 0 10001 101101 111 100101 1001010 1001000

Color Harmonies of #ECC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC382

Black with #ECC382

Text Example


Text Example

White with #ECC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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