Html Css Color HEX #ECDC47 Manz

📋 copy color: '#ECDC47'

red 236 ◦ green 220 ◦ blue 71

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

Shades of Manz #ECDC47

Tints of Manz #ECDC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.47%

R = 44.78%
G = 41.75%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECDC47 (or 0xECDC47) is known color: Manz. HEX triplet: EC, DC and 47. RGB value is (236,220,71). Sum of RGB (Red+Green+Blue) = 236+220+71=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC47 is #1323B8. Grayscale: #D0D0D0. Windows color (decimal): -1254329 or 4709612. OLE color: 4709612.

HSL color Cylindrical-coordinate representation of color #ECDC47: hue angle of 54.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECDC47 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 71 -
CMYK 0 0.07 0.70 0.07
HSL 54.18º 0.81% 0.6% -
HSV(B) 54.18º 0.7% 0.93% -
XYZ 61.32 69.47 16.14 -
YUV 207.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 236 220 71 0 0.07 0.70 0.07 54.18 0.81 0.6
Hex EC DC 47 0 7 46 7 36 51 3C
Octal 354 334 107 0 7 106 7 66 121 74
Binary 11101100 11011100 1000111 0 111 1000110 111 110110 1010001 111100

Color Harmonies of #ECDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC47

Black with #ECDC47

Text Example


Text Example

White with #ECDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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