#EFE123

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

Shades of Golden Fizz #EFE123

Tints of Golden Fizz #EFE123

Color information

#EFE123 (or 0xEFE123) is unknown color: approx Golden Fizz. HEX triplet: EF, E1 and 23. RGB value is (239,225,35). Sum of RGB (Red+Green+Blue) = 239+225+35=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE123 is #101EDC. Grayscale: #D0D0D0. Windows color (decimal): -1056477 or 2351599. OLE color: 2351599.

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

Color convert

RGB23922535-
CMYK00.060.850.06
HSL55.88º86.44%53.73%-
HSV(B)55.88º85.36%93.73%-
XYZ62.8372.3212.24-
YUV207.5330.64150.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 35 (14.06% from 255) = 7.01%
R=47.90%
G=45.09%
B=7.01%

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
Decimal2392253500.060.850.0655.8886.4453.73
HexEFE12306556385636
Octal357341430612567012666
Binary1110111111100001100011011010101011101110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE123; }

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

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

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

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

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

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

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

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