#FFE340

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

Shades of Gorse #FFE340

Tints of Gorse #FFE340

Color information

#FFE340 (or 0xFFE340) is unknown color: approx Gorse. HEX triplet: FF, E3 and 40. RGB value is (255,227,64). Sum of RGB (Red+Green+Blue) = 255+227+64=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE340 is #001CBF. Grayscale: #D9D9D9. Windows color (decimal): -7360 or 4252671. OLE color: 4252671.

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

Color convert

RGB25522764-
CMYK00.110.750
HSL51.2º100%62.55%-
HSV(B)51.2º74.9%100%-
XYZ69.6376.5715.96-
YUV216.7941.78155.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 227 (89.06% from 255) = 41.58%
BLUE value IS 64 (25.39% from 255) = 11.72%
R=46.70%
G=41.58%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552276400.110.75051.210062.55
HexFFE3400B4B033643f
Octal37734310001311306314477
Binary1111111111100011100000001011100101101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE340; }

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

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

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

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

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

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

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

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