Html Css Color HEX #ECDC52 Manz

📋 copy color: '#ECDC52'

red 236 ◦ green 220 ◦ blue 82

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

Shades of Manz #ECDC52

Tints of Manz #ECDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 43.87%
G = 40.89%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECDC52 (or 0xECDC52) is known color: Manz. HEX triplet: EC, DC and 52. RGB value is (236,220,82). Sum of RGB (Red+Green+Blue) = 236+220+82=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC52 is #1323AD. Grayscale: #D1D1D1. Windows color (decimal): -1254318 or 5430508. OLE color: 5430508.

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

Color convert

RGB 236 220 82 -
CMYK 0 0.07 0.65 0.07
HSL 53.77º 0.8% 0.62% -
HSV(B) 53.77º 0.65% 0.93% -
XYZ 61.71 69.63 18.17 -
YUV 209.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 236 220 82 0 0.07 0.65 0.07 53.77 0.8 0.62
Hex EC DC 52 0 7 41 7 36 50 3E
Octal 354 334 122 0 7 101 7 66 120 76
Binary 11101100 11011100 1010010 0 111 1000001 111 110110 1010000 111110

Color Harmonies of #ECDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC52

Black with #ECDC52

Text Example


Text Example

White with #ECDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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