Html Css Color HEX #ECDC60 Manz

📋 copy color: '#ECDC60'

red 236 ◦ green 220 ◦ blue 96

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

Shades of Manz #ECDC60

Tints of Manz #ECDC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 96 (37.89% from 255) = 17.39%

R = 42.75%
G = 39.86%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECDC60 (or 0xECDC60) is known color: Manz. HEX triplet: EC, DC and 60. RGB value is (236,220,96). Sum of RGB (Red+Green+Blue) = 236+220+96=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC60 is #13239F. Grayscale: #D3D3D3. Windows color (decimal): -1254304 or 6348012. OLE color: 6348012.

HSL color Cylindrical-coordinate representation of color #ECDC60: hue angle of 53.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECDC60 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 96 -
CMYK 0 0.07 0.59 0.07
HSL 53.14º 0.79% 0.65% -
HSV(B) 53.14º 0.59% 0.93% -
XYZ 62.3 69.86 21.27 -
YUV 210.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 236 220 96 0 0.07 0.59 0.07 53.14 0.79 0.65
Hex EC DC 60 0 7 3B 7 35 4F 41
Octal 354 334 140 0 7 73 7 65 117 101
Binary 11101100 11011100 1100000 0 111 111011 111 110101 1001111 1000001

Color Harmonies of #ECDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC60

Black with #ECDC60

Text Example


Text Example

White with #ECDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC60; }

 p { color: rgb(236,220,96); }

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

background-color css

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

 a { background-color: rgb(236,220,96); }

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

border-color css

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

 span { border-color: rgb(236,220,96); }

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