#FFE940

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

Shades of Gorse #FFE940

Tints of Gorse #FFE940

Color information

#FFE940 (or 0xFFE940) is unknown color: approx Gorse. HEX triplet: FF, E9 and 40. RGB value is (255,233,64). Sum of RGB (Red+Green+Blue) = 255+233+64=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE940 is #0016BF. Grayscale: #DDDDDD. Windows color (decimal): -5824 or 4254207. OLE color: 4254207.

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

Color convert

RGB25523364-
CMYK00.090.750
HSL53.09º100%62.55%-
HSV(B)53.09º74.9%100%-
XYZ71.379.9116.52-
YUV220.3139.79152.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 233 (91.41% from 255) = 42.21%
BLUE value IS 64 (25.39% from 255) = 11.59%
R=46.20%
G=42.21%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552336400.090.75053.0910062.55
HexFFE940094B035643f
Octal37735110001111306514477
Binary1111111111101001100000001001100101101101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE940; }

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

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

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

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

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

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

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

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