#FFEF00

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

Shades of Golden Yellow #FFEF00

Tints of Golden Yellow #FFEF00

Color information

#FFEF00 (or 0xFFEF00) is unknown color: approx Golden Yellow. HEX triplet: FF, EF and 00. RGB value is (255,239,0). Sum of RGB (Red+Green+Blue) = 255+239+0=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF00 is #0010FF. Grayscale: #D9D9D9. Windows color (decimal): -4352 or 61439. OLE color: 61439.

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

Color convert

RGB2552390-
CMYK00.0610
HSL56.24º100%50%-
HSV(B)56.24º100%100%-
XYZ72.1182.9912.22-
YUV216.545.8155.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.62%
G=48.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255239000.061056.2410050
HexFFEF006640386432
Octal37735700614407014462
Binary111111111110111100110110010001110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF00; }

 p { color: rgb(255,239,0); }

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

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

 a { background-color: rgb(255,239,0); }

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

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

 span { border-color: rgb(255,239,0); }

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