#FFE042

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

Shades of Gorse #FFE042

Tints of Gorse #FFE042

Color information

#FFE042 (or 0xFFE042) is unknown color: approx Gorse. HEX triplet: FF, E0 and 42. RGB value is (255,224,66). Sum of RGB (Red+Green+Blue) = 255+224+66=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE042 is #001FBD. Grayscale: #D7D7D7. Windows color (decimal): -8126 or 4382975. OLE color: 4382975.

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

Color convert

RGB25522466-
CMYK00.120.740
HSL50.16º100%62.94%-
HSV(B)50.16º74.12%100%-
XYZ68.8874.9615.99-
YUV215.2643.77156.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 66 (26.17% from 255) = 12.11%
R=46.79%
G=41.10%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552246600.120.74050.1610062.94
HexFFE0420C4A032643f
Octal37734010201411206214477
Binary1111111111100000100001001100100101001100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE042; }

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

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

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

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

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

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

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

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