Html Css Color HEX #EDE820 Golden Fizz

📋 copy color: '#EDE820'

red 237 ◦ green 232 ◦ blue 32

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

Shades of Golden Fizz #EDE820

Tints of Golden Fizz #EDE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.31%

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

R = 47.31%
G = 46.31%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE820 (or 0xEDE820) is known color: Golden Fizz. HEX triplet: ED, E8 and 20. RGB value is (237,232,32). Sum of RGB (Red+Green+Blue) = 237+232+32=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE820 is #1217DF. Grayscale: #D3D3D3. Windows color (decimal): -1185760 or 2156781. OLE color: 2156781.

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

Color convert

RGB 237 232 32 -
CMYK 0 0.02 0.86 0.07
HSL 58.54º 0.85% 0.53% -
HSV(B) 58.54º 0.86% 0.93% -
XYZ 64.04 75.82 12.63 -
YUV 210.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 237 232 32 0 0.02 0.86 0.07 58.54 0.85 0.53
Hex ED E8 20 0 2 56 7 3B 55 35
Octal 355 350 40 0 2 126 7 73 125 65
Binary 11101101 11101000 100000 0 10 1010110 111 111011 1010101 110101

Color Harmonies of #EDE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE820

Black with #EDE820

Text Example


Text Example

White with #EDE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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