#FFE969

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

Shades of Corn #FFE969

Tints of Corn #FFE969

Color information

#FFE969 (or 0xFFE969) is unknown color: approx Corn. HEX triplet: FF, E9 and 69. RGB value is (255,233,105). Sum of RGB (Red+Green+Blue) = 255+233+105=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 105 (41.41% from 255 or 17.71% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE969 is #001696. Grayscale: #E1E1E1. Windows color (decimal): -5783 or 6941183. OLE color: 6941183.

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

Color convert

RGB255233105-
CMYK00.090.590
HSL51.2º100%70.59%-
HSV(B)51.2º58.82%100%-
XYZ72.9380.5625.07-
YUV224.9960.29149.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 105 (41.41% from 255) = 17.71%
R=43.00%
G=39.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523310500.090.59051.210070.59
HexFFE969093B0336447
Octal37735115101173063144107
Binary1111111111101001110100101001111011011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE969; }

 p { color: rgb(255,233,105); }

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

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

 a { background-color: rgb(255,233,105); }

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

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

 span { border-color: rgb(255,233,105); }

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