Html Css Color HEX #EDE920 Golden Fizz

📋 copy color: '#EDE920'

red 237 ◦ green 233 ◦ blue 32

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

Shades of Golden Fizz #EDE920

Tints of Golden Fizz #EDE920

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

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

R = 47.21%
G = 46.41%
B = 6.37%

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

#EDE920 (or 0xEDE920) is known color: Golden Fizz. HEX triplet: ED, E9 and 20. RGB value is (237,233,32). Sum of RGB (Red+Green+Blue) = 237+233+32=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE920 is #1216DF. Grayscale: #D4D4D4. Windows color (decimal): -1185504 or 2157037. OLE color: 2157037.

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

Color convert

RGB 237 233 32 -
CMYK 0 0.02 0.86 0.07
HSL 58.83º 0.85% 0.53% -
HSV(B) 58.83º 0.86% 0.93% -
XYZ 64.32 76.39 12.72 -
YUV 211.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 237 233 32 0 0.02 0.86 0.07 58.83 0.85 0.53
Hex ED E9 20 0 2 56 7 3B 55 35
Octal 355 351 40 0 2 126 7 73 125 65
Binary 11101101 11101001 100000 0 10 1010110 111 111011 1010101 110101

Color Harmonies of #EDE920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE920

Black with #EDE920

Text Example


Text Example

White with #EDE920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE920; }

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

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

background-color css

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

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

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

border-color css

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

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

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