#FFE82E

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

Shades of Gorse #FFE82E

Tints of Gorse #FFE82E

Color information

#FFE82E (or 0xFFE82E) is unknown color: approx Gorse. HEX triplet: FF, E8 and 2E. RGB value is (255,232,46). Sum of RGB (Red+Green+Blue) = 255+232+46=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE82E is #0017D1. Grayscale: #DADADA. Windows color (decimal): -6098 or 3074303. OLE color: 3074303.

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

Color convert

RGB25523246-
CMYK00.090.820
HSL53.4º100%59.02%-
HSV(B)53.4º81.96%100%-
XYZ70.5979.1714.15-
YUV217.6731.12154.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 232 (91.02% from 255) = 43.53%
BLUE value IS 46 (18.36% from 255) = 8.63%
R=47.84%
G=43.53%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552324600.090.82053.410059.02
HexFFE82E0952035643b
Octal3773505601112206514473
Binary111111111110100010111001001101001001101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE82E; }

 p { color: rgb(255,232,46); }

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

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

 a { background-color: rgb(255,232,46); }

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

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

 span { border-color: rgb(255,232,46); }

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