#FFE040

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

Shades of Gorse #FFE040

Tints of Gorse #FFE040

Color information

#FFE040 (or 0xFFE040) is unknown color: approx Gorse. HEX triplet: FF, E0 and 40. RGB value is (255,224,64). Sum of RGB (Red+Green+Blue) = 255+224+64=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE040 is #001FBF. Grayscale: #D7D7D7. Windows color (decimal): -8128 or 4251903. OLE color: 4251903.

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

Color convert

RGB25522464-
CMYK00.120.750
HSL50.26º100%62.55%-
HSV(B)50.26º74.9%100%-
XYZ68.8274.9415.69-
YUV215.0342.77156.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 64 (25.39% from 255) = 11.79%
R=46.96%
G=41.25%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552246400.120.75050.2610062.55
HexFFE0400C4B032643f
Octal37734010001411306214477
Binary1111111111100000100000001100100101101100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE040; }

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

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

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

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

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

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

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

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