Html Css Color HEX #ECDC50 Manz

📋 copy color: '#ECDC50'

red 236 ◦ green 220 ◦ blue 80

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

Shades of Manz #ECDC50

Tints of Manz #ECDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 44.03%
G = 41.04%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECDC50 (or 0xECDC50) is known color: Manz. HEX triplet: EC, DC and 50. RGB value is (236,220,80). Sum of RGB (Red+Green+Blue) = 236+220+80=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC50 is #1323AF. Grayscale: #D1D1D1. Windows color (decimal): -1254320 or 5299436. OLE color: 5299436.

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

Color convert

RGB 236 220 80 -
CMYK 0 0.07 0.66 0.07
HSL 53.85º 0.8% 0.62% -
HSV(B) 53.85º 0.66% 0.93% -
XYZ 61.63 69.6 17.77 -
YUV 208.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 236 220 80 0 0.07 0.66 0.07 53.85 0.8 0.62
Hex EC DC 50 0 7 42 7 36 50 3E
Octal 354 334 120 0 7 102 7 66 120 76
Binary 11101100 11011100 1010000 0 111 1000010 111 110110 1010000 111110

Color Harmonies of #ECDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC50

Black with #ECDC50

Text Example


Text Example

White with #ECDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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