#FFE140

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

Shades of Gorse #FFE140

Tints of Gorse #FFE140

Color information

#FFE140 (or 0xFFE140) is unknown color: approx Gorse. HEX triplet: FF, E1 and 40. RGB value is (255,225,64). Sum of RGB (Red+Green+Blue) = 255+225+64=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE140 is #001EBF. Grayscale: #D8D8D8. Windows color (decimal): -7872 or 4252159. OLE color: 4252159.

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

Color convert

RGB25522564-
CMYK00.120.750
HSL50.58º100%62.55%-
HSV(B)50.58º74.9%100%-
XYZ69.0975.4815.78-
YUV215.6242.44156.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 64 (25.39% from 255) = 11.76%
R=46.88%
G=41.36%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552256400.120.75050.5810062.55
HexFFE1400C4B033643f
Octal37734110001411306314477
Binary1111111111100001100000001100100101101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE140; }

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

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

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

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

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

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

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

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