#FFE044

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

Shades of Gorse #FFE044

Tints of Gorse #FFE044

Color information

#FFE044 (or 0xFFE044) is unknown color: approx Gorse. HEX triplet: FF, E0 and 44. RGB value is (255,224,68). Sum of RGB (Red+Green+Blue) = 255+224+68=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 68 (26.95% from 255 or 12.43% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE044 is #001FBB. Grayscale: #D8D8D8. Windows color (decimal): -8124 or 4514047. OLE color: 4514047.

HSL color Cylindrical-coordinate representation of color #FFE044: hue angle of 50.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFE044 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25522468-
CMYK00.120.730
HSL50.05º100%63.33%-
HSV(B)50.05º73.33%100%-
XYZ68.9474.9916.31-
YUV215.4844.77156.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 68 (26.95% from 255) = 12.43%
R=46.62%
G=40.95%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552246800.120.73050.0510063.33
HexFFE0440C49032643f
Octal37734010401411106214477
Binary1111111111100000100010001100100100101100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE044; }

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

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

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

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

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

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

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

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