Html Css Color HEX #ECED20 Golden Fizz

📋 copy color: '#ECED20'

red 236 ◦ green 237 ◦ blue 32

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

Shades of Golden Fizz #ECED20

Tints of Golden Fizz #ECED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

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

R = 46.73%
G = 46.93%
B = 6.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECED20 (or 0xECED20) is known color: Golden Fizz. HEX triplet: EC, ED and 20. RGB value is (236,237,32). Sum of RGB (Red+Green+Blue) = 236+237+32=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED20 is #1312DF. Grayscale: #D6D6D6. Windows color (decimal): -1250016 or 2158060. OLE color: 2158060.

HSL color Cylindrical-coordinate representation of color #ECED20: hue angle of 60.29º degrees, saturation: 0.85, 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 #ECED20 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 32 -
CMYK 0.00 0 0.86 0.07
HSL 60.29º 0.85% 0.53% -
HSV(B) 60.29º 0.86% 0.93% -
XYZ 65.14 78.51 13.09 -
YUV 213.33 25.67 144.17 -
System Red Green Blue C M Y K H S L
Decimal 236 237 32 0.00 0 0.86 0.07 60.29 0.85 0.53
Hex EC ED 20 0 0 56 7 3C 55 35
Octal 354 355 40 0 0 126 7 74 125 65
Binary 11101100 11101101 100000 0 0 1010110 111 111100 1010101 110101

Color Harmonies of #ECED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED20

Black with #ECED20

Text Example


Text Example

White with #ECED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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