Html Css Color HEX #ECDD47 Manz

📋 copy color: '#ECDD47'

red 236 ◦ green 221 ◦ blue 71

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

Shades of Manz #ECDD47

Tints of Manz #ECDD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

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

R = 44.7%
G = 41.86%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECDD47 (or 0xECDD47) is known color: Manz. HEX triplet: EC, DD and 47. RGB value is (236,221,71). Sum of RGB (Red+Green+Blue) = 236+221+71=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD47 is #1322B8. Grayscale: #D1D1D1. Windows color (decimal): -1254073 or 4709868. OLE color: 4709868.

HSL color Cylindrical-coordinate representation of color #ECDD47: hue angle of 54.55º 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 #ECDD47 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 71 -
CMYK 0 0.06 0.70 0.07
HSL 54.55º 0.81% 0.6% -
HSV(B) 54.55º 0.7% 0.93% -
XYZ 61.59 70 16.23 -
YUV 208.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 236 221 71 0 0.06 0.70 0.07 54.55 0.81 0.6
Hex EC DD 47 0 6 46 7 37 51 3C
Octal 354 335 107 0 6 106 7 67 121 74
Binary 11101100 11011101 1000111 0 110 1000110 111 110111 1010001 111100

Color Harmonies of #ECDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD47

Black with #ECDD47

Text Example


Text Example

White with #ECDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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