#EDEA21

Color #EDEA21 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EDEA21

Tints of Golden Fizz #EDEA21

Color information

#EDEA21 (or 0xEDEA21) is unknown color: approx Golden Fizz. HEX triplet: ED, EA and 21. RGB value is (237,234,33). Sum of RGB (Red+Green+Blue) = 237+234+33=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA21 is #1215DE. Grayscale: #D4D4D4. Windows color (decimal): -1185247 or 2222829. OLE color: 2222829.

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

Color convert

RGB23723433-
CMYK00.010.860.07
HSL59.12º85%52.94%-
HSV(B)59.12º86.08%92.94%-
XYZ64.6276.9612.89-
YUV211.9826.99145.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 33 (13.28% from 255) = 6.55%
R=47.02%
G=46.43%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372343300.010.860.0759.128552.94
HexEDEA21015673b5535
Octal355352410112677312565
Binary11101101111010101000010110101101111110111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA21; }

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

 H1.HeaderClassName
 {
   color: #EDEA21;
 }
 .AnyTagClassName
 {
   color: #EDEA21;
 }
</style>
background-color css

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

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

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

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

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

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