#EFE420

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

Shades of Golden Fizz #EFE420

Tints of Golden Fizz #EFE420

Color information

#EFE420 (or 0xEFE420) is unknown color: approx Golden Fizz. HEX triplet: EF, E4 and 20. RGB value is (239,228,32). Sum of RGB (Red+Green+Blue) = 239+228+32=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE420 is #101BDF. Grayscale: #D1D1D1. Windows color (decimal): -1055712 or 2155759. OLE color: 2155759.

HSL color Cylindrical-coordinate representation of color #EFE420: hue angle of 56.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFE420 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23922832-
CMYK00.050.870.06
HSL56.81º86.61%53.14%-
HSV(B)56.81º86.61%93.73%-
XYZ63.673.9412.29-
YUV208.9428.14149.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 32 (12.89% from 255) = 6.41%
R=47.90%
G=45.69%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392283200.050.870.0656.8186.6153.14
HexEFE42005576395735
Octal357344400512767112765
Binary1110111111100100100000010110101111101110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE420; }

 p { color: rgb(239,228,32); }

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

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

 a { background-color: rgb(239,228,32); }

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

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

 span { border-color: rgb(239,228,32); }

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