Html Css Color HEX #ECDC4D Manz

📋 copy color: '#ECDC4D'

red 236 ◦ green 220 ◦ blue 77

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

Shades of Manz #ECDC4D

Tints of Manz #ECDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 44.28%
G = 41.28%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECDC4D (or 0xECDC4D) is known color: Manz. HEX triplet: EC, DC and 4D. RGB value is (236,220,77). Sum of RGB (Red+Green+Blue) = 236+220+77=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC4D is #1323B2. Grayscale: #D1D1D1. Windows color (decimal): -1254323 or 5102828. OLE color: 5102828.

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

Color convert

RGB 236 220 77 -
CMYK 0 0.07 0.67 0.07
HSL 53.96º 0.81% 0.61% -
HSV(B) 53.96º 0.67% 0.93% -
XYZ 61.52 69.56 17.2 -
YUV 208.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 236 220 77 0 0.07 0.67 0.07 53.96 0.81 0.61
Hex EC DC 4D 0 7 43 7 36 51 3D
Octal 354 334 115 0 7 103 7 66 121 75
Binary 11101100 11011100 1001101 0 111 1000011 111 110110 1010001 111101

Color Harmonies of #ECDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC4D

Black with #ECDC4D

Text Example


Text Example

White with #ECDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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