Html Css Color HEX #EDED20 Golden Fizz

📋 copy color: '#EDED20'

red 237 ◦ green 237 ◦ blue 32

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

Shades of Golden Fizz #EDED20

Tints of Golden Fizz #EDED20

RGB

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

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

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

R = 46.84%
G = 46.84%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDED20 (or 0xEDED20) is known color: Golden Fizz. HEX triplet: ED, ED and 20. RGB value is (237,237,32). Sum of RGB (Red+Green+Blue) = 237+237+32=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED20 is #1212DF. Grayscale: #D6D6D6. Windows color (decimal): -1184480 or 2158061. OLE color: 2158061.

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

Color convert

RGB 237 237 32 -
CMYK 0 0 0.86 0.07
HSL 60º 0.85% 0.53% -
HSV(B) 60º 0.86% 0.93% -
XYZ 65.47 78.68 13.1 -
YUV 213.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 237 237 32 0 0 0.86 0.07 60 0.85 0.53
Hex ED ED 20 0 0 56 7 3C 55 35
Octal 355 355 40 0 0 126 7 74 125 65
Binary 11101101 11101101 100000 0 0 1010110 111 111100 1010101 110101

Color Harmonies of #EDED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED20

Black with #EDED20

Text Example


Text Example

White with #EDED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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