Html Css Color HEX #EDE220 Golden Fizz

📋 copy color: '#EDE220'

red 237 ◦ green 226 ◦ blue 32

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

Shades of Golden Fizz #EDE220

Tints of Golden Fizz #EDE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

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

R = 47.88%
G = 45.66%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE220 (or 0xEDE220) is known color: Golden Fizz. HEX triplet: ED, E2 and 20. RGB value is (237,226,32). Sum of RGB (Red+Green+Blue) = 237+226+32=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE220 is #121DDF. Grayscale: #CFCFCF. Windows color (decimal): -1187296 or 2155245. OLE color: 2155245.

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

Color convert

RGB 237 226 32 -
CMYK 0 0.05 0.86 0.07
HSL 56.78º 0.85% 0.53% -
HSV(B) 56.78º 0.86% 0.93% -
XYZ 62.38 72.5 12.07 -
YUV 207.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 237 226 32 0 0.05 0.86 0.07 56.78 0.85 0.53
Hex ED E2 20 0 5 56 7 39 55 35
Octal 355 342 40 0 5 126 7 71 125 65
Binary 11101101 11100010 100000 0 101 1010110 111 111001 1010101 110101

Color Harmonies of #EDE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE220

Black with #EDE220

Text Example


Text Example

White with #EDE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE220; }

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

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

background-color css

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

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

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

border-color css

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

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

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