#FFE133

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

Shades of Gorse #FFE133

Tints of Gorse #FFE133

Color information

#FFE133 (or 0xFFE133) is unknown color: approx Gorse. HEX triplet: FF, E1 and 33. RGB value is (255,225,51). Sum of RGB (Red+Green+Blue) = 255+225+51=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 51 (20.31% from 255 or 9.60% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE133 is #001ECC. Grayscale: #D6D6D6. Windows color (decimal): -7885 or 3400191. OLE color: 3400191.

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

Color convert

RGB25522551-
CMYK00.120.80
HSL51.18º100%60%-
HSV(B)51.18º80%100%-
XYZ68.7675.3514.05-
YUV214.1335.94157.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 51 (20.31% from 255) = 9.60%
R=48.02%
G=42.37%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552255100.120.8051.1810060
HexFFE1330C50033643c
Octal3773416301412006314474
Binary111111111110000111001101100101000001100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE133; }

 p { color: rgb(255,225,51); }

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

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

 a { background-color: rgb(255,225,51); }

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

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

 span { border-color: rgb(255,225,51); }

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