#FFEA41

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

Shades of Gorse #FFEA41

Tints of Gorse #FFEA41

Color information

#FFEA41 (or 0xFFEA41) is unknown color: approx Gorse. HEX triplet: FF, EA and 41. RGB value is (255,234,65). Sum of RGB (Red+Green+Blue) = 255+234+65=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 65 (25.78% from 255 or 11.73% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA41 is #0015BE. Grayscale: #DDDDDD. Windows color (decimal): -5567 or 4319999. OLE color: 4319999.

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

Color convert

RGB25523465-
CMYK00.080.750
HSL53.37º100%62.75%-
HSV(B)53.37º74.51%100%-
XYZ71.6280.4916.76-
YUV221.0139.96152.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 65 (25.78% from 255) = 11.73%
R=46.03%
G=42.24%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552346500.080.75053.3710062.75
HexFFEA41084B035643f
Octal37735210101011306514477
Binary1111111111101010100000101000100101101101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA41; }

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

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

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

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

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

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

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

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