Html Css Color HEX #ECDB49 Manz

📋 copy color: '#ECDB49'

red 236 ◦ green 219 ◦ blue 73

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

Shades of Manz #ECDB49

Tints of Manz #ECDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

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

R = 44.7%
G = 41.48%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECDB49 (or 0xECDB49) is known color: Manz. HEX triplet: EC, DB and 49. RGB value is (236,219,73). Sum of RGB (Red+Green+Blue) = 236+219+73=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB49 is #1324B6. Grayscale: #D0D0D0. Windows color (decimal): -1254583 or 4840428. OLE color: 4840428.

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

Color convert

RGB 236 219 73 -
CMYK 0 0.07 0.69 0.07
HSL 53.74º 0.81% 0.61% -
HSV(B) 53.74º 0.69% 0.93% -
XYZ 61.13 68.98 16.4 -
YUV 207.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 236 219 73 0 0.07 0.69 0.07 53.74 0.81 0.61
Hex EC DB 49 0 7 45 7 36 51 3D
Octal 354 333 111 0 7 105 7 66 121 75
Binary 11101100 11011011 1001001 0 111 1000101 111 110110 1010001 111101

Color Harmonies of #ECDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB49

Black with #ECDB49

Text Example


Text Example

White with #ECDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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