#FFEB00

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

Shades of Golden Yellow #FFEB00

Tints of Golden Yellow #FFEB00

Color information

#FFEB00 (or 0xFFEB00) is unknown color: approx Golden Yellow. HEX triplet: FF, EB and 00. RGB value is (255,235,0). Sum of RGB (Red+Green+Blue) = 255+235+0=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB00 is #0014FF. Grayscale: #D7D7D7. Windows color (decimal): -5376 or 60415. OLE color: 60415.

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

Color convert

RGB2552350-
CMYK00.0810
HSL55.29º100%50%-
HSV(B)55.29º100%100%-
XYZ70.9580.6811.83-
YUV214.197.13157.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 235 (92.19% from 255) = 47.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.04%
G=47.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255235000.081055.2910050
HexFFEB008640376432
Octal377353001014406714462
Binary1111111111101011001000110010001101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB00; }

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

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

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

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

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

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

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

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