#FFE240

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

Shades of Gorse #FFE240

Tints of Gorse #FFE240

Color information

#FFE240 (or 0xFFE240) is unknown color: approx Gorse. HEX triplet: FF, E2 and 40. RGB value is (255,226,64). Sum of RGB (Red+Green+Blue) = 255+226+64=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE240 is #001DBF. Grayscale: #D8D8D8. Windows color (decimal): -7616 or 4252415. OLE color: 4252415.

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

Color convert

RGB25522664-
CMYK00.110.750
HSL50.89º100%62.55%-
HSV(B)50.89º74.9%100%-
XYZ69.3676.0215.87-
YUV216.242.11155.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 226 (88.67% from 255) = 41.47%
BLUE value IS 64 (25.39% from 255) = 11.74%
R=46.79%
G=41.47%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552266400.110.75050.8910062.55
HexFFE2400B4B033643f
Octal37734210001311306314477
Binary1111111111100010100000001011100101101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE240; }

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

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

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

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

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

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

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

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