Html Css Color HEX #EDE120 Golden Fizz

📋 copy color: '#EDE120'

red 237 ◦ green 225 ◦ blue 32

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

Shades of Golden Fizz #EDE120

Tints of Golden Fizz #EDE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

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

R = 47.98%
G = 45.55%
B = 6.48%

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

#EDE120 (or 0xEDE120) is known color: Golden Fizz. HEX triplet: ED, E1 and 20. RGB value is (237,225,32). Sum of RGB (Red+Green+Blue) = 237+225+32=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE120 is #121EDF. Grayscale: #CFCFCF. Windows color (decimal): -1187552 or 2154989. OLE color: 2154989.

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

Color convert

RGB 237 225 32 -
CMYK 0 0.05 0.86 0.07
HSL 56.49º 0.85% 0.53% -
HSV(B) 56.49º 0.86% 0.93% -
XYZ 62.11 71.96 11.98 -
YUV 206.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 237 225 32 0 0.05 0.86 0.07 56.49 0.85 0.53
Hex ED E1 20 0 5 56 7 38 55 35
Octal 355 341 40 0 5 126 7 70 125 65
Binary 11101101 11100001 100000 0 101 1010110 111 111000 1010101 110101

Color Harmonies of #EDE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE120

Black with #EDE120

Text Example


Text Example

White with #EDE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE120; }

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

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

background-color css

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

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

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

border-color css

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

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

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