Html Css Color HEX #ECE520 Golden Fizz

📋 copy color: '#ECE520'

red 236 ◦ green 229 ◦ blue 32

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

Shades of Golden Fizz #ECE520

Tints of Golden Fizz #ECE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

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

R = 47.48%
G = 46.08%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECE520 (or 0xECE520) is known color: Golden Fizz. HEX triplet: EC, E5 and 20. RGB value is (236,229,32). Sum of RGB (Red+Green+Blue) = 236+229+32=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE520 is #131ADF. Grayscale: #D1D1D1. Windows color (decimal): -1252064 or 2156012. OLE color: 2156012.

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

Color convert

RGB 236 229 32 -
CMYK 0 0.03 0.86 0.07
HSL 57.94º 0.84% 0.53% -
HSV(B) 57.94º 0.86% 0.93% -
XYZ 62.87 73.98 12.33 -
YUV 208.64 28.32 147.52 -
System Red Green Blue C M Y K H S L
Decimal 236 229 32 0 0.03 0.86 0.07 57.94 0.84 0.53
Hex EC E5 20 0 3 56 7 3A 54 35
Octal 354 345 40 0 3 126 7 72 124 65
Binary 11101100 11100101 100000 0 11 1010110 111 111010 1010100 110101

Color Harmonies of #ECE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE520

Black with #ECE520

Text Example


Text Example

White with #ECE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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