Html Css Color HEX #EDE720 Golden Fizz

📋 copy color: '#EDE720'

red 237 ◦ green 231 ◦ blue 32

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

Shades of Golden Fizz #EDE720

Tints of Golden Fizz #EDE720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

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

R = 47.4%
G = 46.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE720 (or 0xEDE720) is known color: Golden Fizz. HEX triplet: ED, E7 and 20. RGB value is (237,231,32). Sum of RGB (Red+Green+Blue) = 237+231+32=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE720 is #1218DF. Grayscale: #D2D2D2. Windows color (decimal): -1186016 or 2156525. OLE color: 2156525.

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

Color convert

RGB 237 231 32 -
CMYK 0 0.03 0.86 0.07
HSL 58.24º 0.85% 0.53% -
HSV(B) 58.24º 0.86% 0.93% -
XYZ 63.76 75.26 12.53 -
YUV 210.11 27.49 147.18 -
System Red Green Blue C M Y K H S L
Decimal 237 231 32 0 0.03 0.86 0.07 58.24 0.85 0.53
Hex ED E7 20 0 3 56 7 3A 55 35
Octal 355 347 40 0 3 126 7 72 125 65
Binary 11101101 11100111 100000 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE720

Black with #EDE720

Text Example


Text Example

White with #EDE720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE720; }

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

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

background-color css

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

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

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

border-color css

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

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

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