#FFEC00

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

Shades of Golden Yellow #FFEC00

Tints of Golden Yellow #FFEC00

Color information

#FFEC00 (or 0xFFEC00) is unknown color: approx Golden Yellow. HEX triplet: FF, EC and 00. RGB value is (255,236,0). Sum of RGB (Red+Green+Blue) = 255+236+0=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 0 (0.39% from 255 or 0% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC00 is #0013FF. Grayscale: #D7D7D7. Windows color (decimal): -5120 or 60671. OLE color: 60671.

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

Color convert

RGB2552360-
CMYK00.0710
HSL55.53º100%50%-
HSV(B)55.53º100%100%-
XYZ71.2481.2511.93-
YUV214.786.79156.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.93%
G=48.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255236000.071055.5310050
HexFFEC007640386432
Octal37735400714407014462
Binary111111111110110000111110010001110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC00; }

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

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

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

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

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

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

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

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