#FFEB40

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

Shades of Gorse #FFEB40

Tints of Gorse #FFEB40

Color information

#FFEB40 (or 0xFFEB40) is unknown color: approx Gorse. HEX triplet: FF, EB and 40. RGB value is (255,235,64). Sum of RGB (Red+Green+Blue) = 255+235+64=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB40 is #0014BF. Grayscale: #DEDEDE. Windows color (decimal): -5312 or 4254719. OLE color: 4254719.

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

Color convert

RGB25523564-
CMYK00.080.750
HSL53.72º100%62.55%-
HSV(B)53.72º74.9%100%-
XYZ71.8781.0516.71-
YUV221.4939.13151.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 64 (25.39% from 255) = 11.55%
R=46.03%
G=42.42%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552356400.080.75053.7210062.55
HexFFEB40084B036643f
Octal37735310001011306614477
Binary1111111111101011100000001000100101101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB40; }

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

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

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

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

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

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

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

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