Html Css Color HEX #EDE520 Golden Fizz

📋 copy color: '#EDE520'

red 237 ◦ green 229 ◦ blue 32

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

Shades of Golden Fizz #EDE520

Tints of Golden Fizz #EDE520

RGB

 RED value IS 237 (92.97% from 255) = 47.59%

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

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

R = 47.59%
G = 45.98%
B = 6.43%

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

#EDE520 (or 0xEDE520) is known color: Golden Fizz. HEX triplet: ED, E5 and 20. RGB value is (237,229,32). Sum of RGB (Red+Green+Blue) = 237+229+32=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE520 is #121ADF. Grayscale: #D1D1D1. Windows color (decimal): -1186528 or 2156013. OLE color: 2156013.

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

Color convert

RGB 237 229 32 -
CMYK 0 0.03 0.86 0.07
HSL 57.66º 0.85% 0.53% -
HSV(B) 57.66º 0.86% 0.93% -
XYZ 63.21 74.15 12.35 -
YUV 208.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 237 229 32 0 0.03 0.86 0.07 57.66 0.85 0.53
Hex ED E5 20 0 3 56 7 3A 55 35
Octal 355 345 40 0 3 126 7 72 125 65
Binary 11101101 11100101 100000 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE520

Black with #EDE520

Text Example


Text Example

White with #EDE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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