Html Css Color HEX #ECDC4A Manz

📋 copy color: '#ECDC4A'

red 236 ◦ green 220 ◦ blue 74

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

Shades of Manz #ECDC4A

Tints of Manz #ECDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.96%

R = 44.53%
G = 41.51%
B = 13.96%

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

#ECDC4A (or 0xECDC4A) is known color: Manz. HEX triplet: EC, DC and 4A. RGB value is (236,220,74). Sum of RGB (Red+Green+Blue) = 236+220+74=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC4A is #1323B5. Grayscale: #D0D0D0. Windows color (decimal): -1254326 or 4906220. OLE color: 4906220.

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

Color convert

RGB 236 220 74 -
CMYK 0 0.07 0.69 0.07
HSL 54.07º 0.81% 0.61% -
HSV(B) 54.07º 0.69% 0.93% -
XYZ 61.42 69.51 16.66 -
YUV 208.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 236 220 74 0 0.07 0.69 0.07 54.07 0.81 0.61
Hex EC DC 4A 0 7 45 7 36 51 3D
Octal 354 334 112 0 7 105 7 66 121 75
Binary 11101100 11011100 1001010 0 111 1000101 111 110110 1010001 111101

Color Harmonies of #ECDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC4A

Black with #ECDC4A

Text Example


Text Example

White with #ECDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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