Html Css Color HEX #ECDD49 Manz

📋 copy color: '#ECDD49'

red 236 ◦ green 221 ◦ blue 73

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

Shades of Manz #ECDD49

Tints of Manz #ECDD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.77%

R = 44.53%
G = 41.7%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECDD49 (or 0xECDD49) is known color: Manz. HEX triplet: EC, DD and 49. RGB value is (236,221,73). Sum of RGB (Red+Green+Blue) = 236+221+73=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD49 is #1322B6. Grayscale: #D1D1D1. Windows color (decimal): -1254071 or 4840940. OLE color: 4840940.

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

Color convert

RGB 236 221 73 -
CMYK 0 0.06 0.69 0.07
HSL 54.48º 0.81% 0.61% -
HSV(B) 54.48º 0.69% 0.93% -
XYZ 61.65 70.03 16.57 -
YUV 208.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 236 221 73 0 0.06 0.69 0.07 54.48 0.81 0.61
Hex EC DD 49 0 6 45 7 36 51 3D
Octal 354 335 111 0 6 105 7 66 121 75
Binary 11101100 11011101 1001001 0 110 1000101 111 110110 1010001 111101

Color Harmonies of #ECDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD49

Black with #ECDD49

Text Example


Text Example

White with #ECDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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