#FFE422

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

Shades of Lemon #FFE422

Tints of Lemon #FFE422

Color information

#FFE422 (or 0xFFE422) is unknown color: approx Lemon. HEX triplet: FF, E4 and 22. RGB value is (255,228,34). Sum of RGB (Red+Green+Blue) = 255+228+34=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 34 (13.67% from 255 or 6.58% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE422 is #001BDD. Grayscale: #D6D6D6. Windows color (decimal): -7134 or 2286847. OLE color: 2286847.

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

Color convert

RGB25522834-
CMYK00.110.870
HSL52.67º100%56.67%-
HSV(B)52.67º86.67%100%-
XYZ69.2776.8612.7-
YUV213.9626.45157.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 228 (89.45% from 255) = 44.10%
BLUE value IS 34 (13.67% from 255) = 6.58%
R=49.32%
G=44.10%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552283400.110.87052.6710056.67
HexFFE4220B570356439
Octal3773444201312706514471
Binary111111111110010010001001011101011101101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE422; }

 p { color: rgb(255,228,34); }

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

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

 a { background-color: rgb(255,228,34); }

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

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

 span { border-color: rgb(255,228,34); }

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