Html Css Color HEX #ECDC20 Golden Fizz

📋 copy color: '#ECDC20'

red 236 ◦ green 220 ◦ blue 32

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

Shades of Golden Fizz #ECDC20

Tints of Golden Fizz #ECDC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 48.36%
G = 45.08%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECDC20 (or 0xECDC20) is known color: Golden Fizz. HEX triplet: EC, DC and 20. RGB value is (236,220,32). Sum of RGB (Red+Green+Blue) = 236+220+32=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC20 is #1323DF. Grayscale: #CCCCCC. Windows color (decimal): -1254368 or 2153708. OLE color: 2153708.

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

Color convert

RGB 236 220 32 -
CMYK 0 0.07 0.86 0.07
HSL 55.29º 0.84% 0.53% -
HSV(B) 55.29º 0.86% 0.93% -
XYZ 60.45 69.12 11.52 -
YUV 203.35 31.3 151.29 -
System Red Green Blue C M Y K H S L
Decimal 236 220 32 0 0.07 0.86 0.07 55.29 0.84 0.53
Hex EC DC 20 0 7 56 7 37 54 35
Octal 354 334 40 0 7 126 7 67 124 65
Binary 11101100 11011100 100000 0 111 1010110 111 110111 1010100 110101

Color Harmonies of #ECDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC20

Black with #ECDC20

Text Example


Text Example

White with #ECDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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