#EFE024

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

Shades of Golden Fizz #EFE024

Tints of Golden Fizz #EFE024

Color information

#EFE024 (or 0xEFE024) is unknown color: approx Golden Fizz. HEX triplet: EF, E0 and 24. RGB value is (239,224,36). Sum of RGB (Red+Green+Blue) = 239+224+36=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE024 is #101FDB. Grayscale: #CFCFCF. Windows color (decimal): -1056732 or 2416879. OLE color: 2416879.

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

Color convert

RGB23922436-
CMYK00.060.850.06
HSL55.57º86.38%53.92%-
HSV(B)55.57º84.94%93.73%-
XYZ62.5771.7912.23-
YUV207.0531.47150.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 224 (87.89% from 255) = 44.89%
BLUE value IS 36 (14.45% from 255) = 7.21%
R=47.90%
G=44.89%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392243600.060.850.0655.5786.3853.92
HexEFE02406556385636
Octal357340440612567012666
Binary1110111111100000100100011010101011101110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE024; }

 p { color: rgb(239,224,36); }

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

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

 a { background-color: rgb(239,224,36); }

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

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

 span { border-color: rgb(239,224,36); }

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