Html Css Color HEX #ECDC55 Manz

📋 copy color: '#ECDC55'

red 236 ◦ green 220 ◦ blue 85

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

Shades of Manz #ECDC55

Tints of Manz #ECDC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.71%

R = 43.62%
G = 40.67%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECDC55 (or 0xECDC55) is known color: Manz. HEX triplet: EC, DC and 55. RGB value is (236,220,85). Sum of RGB (Red+Green+Blue) = 236+220+85=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC55 is #1323AA. Grayscale: #D1D1D1. Windows color (decimal): -1254315 or 5627116. OLE color: 5627116.

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

Color convert

RGB 236 220 85 -
CMYK 0 0.07 0.64 0.07
HSL 53.64º 0.8% 0.63% -
HSV(B) 53.64º 0.64% 0.93% -
XYZ 61.82 69.68 18.78 -
YUV 209.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 236 220 85 0 0.07 0.64 0.07 53.64 0.8 0.63
Hex EC DC 55 0 7 40 7 36 50 3F
Octal 354 334 125 0 7 100 7 66 120 77
Binary 11101100 11011100 1010101 0 111 1000000 111 110110 1010000 111111

Color Harmonies of #ECDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC55

Black with #ECDC55

Text Example


Text Example

White with #ECDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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