#EFE126

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

Shades of Golden Fizz #EFE126

Tints of Golden Fizz #EFE126

Color information

#EFE126 (or 0xEFE126) is unknown color: approx Golden Fizz. HEX triplet: EF, E1 and 26. RGB value is (239,225,38). Sum of RGB (Red+Green+Blue) = 239+225+38=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE126 is #101ED9. Grayscale: #D0D0D0. Windows color (decimal): -1056474 or 2548207. OLE color: 2548207.

HSL color Cylindrical-coordinate representation of color #EFE126: hue angle of 55.82º 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 #EFE126 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB23922538-
CMYK00.060.840.06
HSL55.82º86.27%54.31%-
HSV(B)55.82º84.1%93.73%-
XYZ62.8772.3412.48-
YUV207.8732.14150.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 38 (15.23% from 255) = 7.57%
R=47.61%
G=44.82%
B=7.57%

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
Decimal2392253800.060.840.0655.8286.2754.31
HexEFE12606546385636
Octal357341460612467012666
Binary1110111111100001100110011010101001101110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE126; }

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

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

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

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

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

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

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

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