#EFE63B

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

Shades of Golden Fizz #EFE63B

Tints of Golden Fizz #EFE63B

Color information

#EFE63B (or 0xEFE63B) is unknown color: approx Golden Fizz. HEX triplet: EF, E6 and 3B. RGB value is (239,230,59). Sum of RGB (Red+Green+Blue) = 239+230+59=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 59 (23.44% from 255 or 11.17% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE63B is #1019C4. Grayscale: #D5D5D5. Windows color (decimal): -1055173 or 3925743. OLE color: 3925743.

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

Color convert

RGB23923059-
CMYK00.040.750.06
HSL57º84.91%58.43%-
HSV(B)57º75.31%93.73%-
XYZ64.6875.2615.26-
YUV213.240.98146.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 230 (90.23% from 255) = 43.56%
BLUE value IS 59 (23.44% from 255) = 11.17%
R=45.27%
G=43.56%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392305900.040.750.065784.9158.43
HexEFE63B044B639553a
Octal357346730411367112572
Binary1110111111100110111011010010010111101110011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE63B; }

 p { color: rgb(239,230,59); }

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

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

 a { background-color: rgb(239,230,59); }

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

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

 span { border-color: rgb(239,230,59); }

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