#EAED21

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

Shades of Golden Fizz #EAED21

Tints of Golden Fizz #EAED21

Color information

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

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

Color convert

RGB23423733-
CMYK0.0100.860.07
HSL60.88º85%52.94%-
HSV(B)60.88º86.08%92.94%-
XYZ64.4978.1713.13-
YUV212.8526.51143.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234237330.0100.860.0760.888552.94
HexEAED21105673d5535
Octal352355411012677512565
Binary11101010111011011000011010101101111111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED21; }

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

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

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

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

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

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

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

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