#EFE026

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

Shades of Golden Fizz #EFE026

Tints of Golden Fizz #EFE026

Color information

#EFE026 (or 0xEFE026) is unknown color: approx Golden Fizz. HEX triplet: EF, E0 and 26. RGB value is (239,224,38). Sum of RGB (Red+Green+Blue) = 239+224+38=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE026 is #101FD9. Grayscale: #D0D0D0. Windows color (decimal): -1056730 or 2547951. OLE color: 2547951.

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

Color convert

RGB23922438-
CMYK00.060.840.06
HSL55.52º86.27%54.31%-
HSV(B)55.52º84.1%93.73%-
XYZ62.671.812.39-
YUV207.2832.47150.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 38 (15.23% from 255) = 7.58%
R=47.70%
G=44.71%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392243800.060.840.0655.5286.2754.31
HexEFE02606546385636
Octal357340460612467012666
Binary1110111111100000100110011010101001101110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE026; }

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

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

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

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

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

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

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

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