Html Css Color HEX #ECDC48 Manz

📋 copy color: '#ECDC48'

red 236 ◦ green 220 ◦ blue 72

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

Shades of Manz #ECDC48

Tints of Manz #ECDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.64%

R = 44.7%
G = 41.67%
B = 13.64%

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

#ECDC48 (or 0xECDC48) is known color: Manz. HEX triplet: EC, DC and 48. RGB value is (236,220,72). Sum of RGB (Red+Green+Blue) = 236+220+72=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC48 is #1323B7. Grayscale: #D0D0D0. Windows color (decimal): -1254328 or 4775148. OLE color: 4775148.

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

Color convert

RGB 236 220 72 -
CMYK 0 0.07 0.69 0.07
HSL 54.15º 0.81% 0.6% -
HSV(B) 54.15º 0.69% 0.93% -
XYZ 61.35 69.49 16.31 -
YUV 207.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 236 220 72 0 0.07 0.69 0.07 54.15 0.81 0.6
Hex EC DC 48 0 7 45 7 36 51 3C
Octal 354 334 110 0 7 105 7 66 121 74
Binary 11101100 11011100 1001000 0 111 1000101 111 110110 1010001 111100

Color Harmonies of #ECDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC48

Black with #ECDC48

Text Example


Text Example

White with #ECDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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