#FFE244

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

Shades of Gorse #FFE244

Tints of Gorse #FFE244

Color information

#FFE244 (or 0xFFE244) is unknown color: approx Gorse. HEX triplet: FF, E2 and 44. RGB value is (255,226,68). Sum of RGB (Red+Green+Blue) = 255+226+68=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 68 (26.95% from 255 or 12.39% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE244 is #001DBB. Grayscale: #D9D9D9. Windows color (decimal): -7612 or 4514559. OLE color: 4514559.

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

Color convert

RGB25522668-
CMYK00.110.730
HSL50.7º100%63.33%-
HSV(B)50.7º73.33%100%-
XYZ69.4876.0716.49-
YUV216.6644.11155.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 226 (88.67% from 255) = 41.17%
BLUE value IS 68 (26.95% from 255) = 12.39%
R=46.45%
G=41.17%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552266800.110.73050.710063.33
HexFFE2440B49033643f
Octal37734210401311106314477
Binary1111111111100010100010001011100100101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE244; }

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

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

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

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

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

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

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

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