#FFE241

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

Shades of Gorse #FFE241

Tints of Gorse #FFE241

Color information

#FFE241 (or 0xFFE241) is unknown color: approx Gorse. HEX triplet: FF, E2 and 41. RGB value is (255,226,65). Sum of RGB (Red+Green+Blue) = 255+226+65=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE241 is #001DBE. Grayscale: #D8D8D8. Windows color (decimal): -7615 or 4317951. OLE color: 4317951.

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

Color convert

RGB25522665-
CMYK00.110.750
HSL50.84º100%62.75%-
HSV(B)50.84º74.51%100%-
XYZ69.3976.0316.02-
YUV216.3242.61155.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 65 (25.78% from 255) = 11.90%
R=46.70%
G=41.39%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552266500.110.75050.8410062.75
HexFFE2410B4B033643f
Octal37734210101311306314477
Binary1111111111100010100000101011100101101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE241; }

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

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

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

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

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

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

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

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