#FFEE2E

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

Shades of Gorse #FFEE2E

Tints of Gorse #FFEE2E

Color information

#FFEE2E (or 0xFFEE2E) is unknown color: approx Gorse. HEX triplet: FF, EE and 2E. RGB value is (255,238,46). Sum of RGB (Red+Green+Blue) = 255+238+46=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 46 (18.36% from 255 or 8.53% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE2E is #0011D1. Grayscale: #DDDDDD. Windows color (decimal): -4562 or 3075839. OLE color: 3075839.

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

Color convert

RGB25523846-
CMYK00.070.820
HSL55.12º100%59.02%-
HSV(B)55.12º81.96%100%-
XYZ72.3182.6114.72-
YUV221.1929.13152.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 238 (93.36% from 255) = 44.16%
BLUE value IS 46 (18.36% from 255) = 8.53%
R=47.31%
G=44.16%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552384600.070.82055.1210059.02
HexFFEE2E0752037643b
Octal377356560712206714473
Binary11111111111011101011100111101001001101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE2E; }

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

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

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

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

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

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

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

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