#FFE440

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

Shades of Gorse #FFE440

Tints of Gorse #FFE440

Color information

#FFE440 (or 0xFFE440) is unknown color: approx Gorse. HEX triplet: FF, E4 and 40. RGB value is (255,228,64). Sum of RGB (Red+Green+Blue) = 255+228+64=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE440 is #001BBF. Grayscale: #DADADA. Windows color (decimal): -7104 or 4252927. OLE color: 4252927.

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

Color convert

RGB25522864-
CMYK00.110.750
HSL51.52º100%62.55%-
HSV(B)51.52º74.9%100%-
XYZ69.9177.1216.05-
YUV217.3841.45154.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 228 (89.45% from 255) = 41.68%
BLUE value IS 64 (25.39% from 255) = 11.70%
R=46.62%
G=41.68%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552286400.110.75051.5210062.55
HexFFE4400B4B034643f
Octal37734410001311306414477
Binary1111111111100100100000001011100101101101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE440; }

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

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

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

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

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

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

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

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