#EFE139

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

Shades of Golden Fizz #EFE139

Tints of Golden Fizz #EFE139

Color information

#EFE139 (or 0xEFE139) is unknown color: approx Golden Fizz. HEX triplet: EF, E1 and 39. RGB value is (239,225,57). Sum of RGB (Red+Green+Blue) = 239+225+57=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 57 (22.66% from 255 or 10.94% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE139 is #101EC6. Grayscale: #D2D2D2. Windows color (decimal): -1056455 or 3793391. OLE color: 3793391.

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

Color convert

RGB23922557-
CMYK00.060.760.06
HSL55.38º85.05%58.04%-
HSV(B)55.38º76.15%93.73%-
XYZ63.2672.514.53-
YUV210.0341.64148.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 57 (22.66% from 255) = 10.94%
R=45.87%
G=43.19%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392255700.060.760.0655.3885.0558.04
HexEFE139064C637553a
Octal357341710611466712572
Binary1110111111100001111001011010011001101101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE139; }

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

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

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

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

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

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

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

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