Html Css Color HEX #EDE721 Golden Fizz

📋 copy color: '#EDE721'

red 237 ◦ green 231 ◦ blue 33

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

Shades of Golden Fizz #EDE721

Tints of Golden Fizz #EDE721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.59%

R = 47.31%
G = 46.11%
B = 6.59%

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

#EDE721 (or 0xEDE721) is known color: Golden Fizz. HEX triplet: ED, E7 and 21. RGB value is (237,231,33). Sum of RGB (Red+Green+Blue) = 237+231+33=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE721 is #1218DE. Grayscale: #D3D3D3. Windows color (decimal): -1186015 or 2222061. OLE color: 2222061.

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

Color convert

RGB 237 231 33 -
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.78 75.27 12.61 -
YUV 210.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 237 231 33 0 0.03 0.86 0.07 58.24 0.85 0.53
Hex ED E7 21 0 3 56 7 3A 55 35
Octal 355 347 41 0 3 126 7 72 125 65
Binary 11101101 11100111 100001 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE721

Black with #EDE721

Text Example


Text Example

White with #EDE721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE721; }

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

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

background-color css

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

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

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

border-color css

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

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

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