#FEE967

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

Shades of Corn #FEE967

Tints of Corn #FEE967

Color information

#FEE967 (or 0xFEE967) is unknown color: approx Corn. HEX triplet: FE, E9 and 67. RGB value is (254,233,103). Sum of RGB (Red+Green+Blue) = 254+233+103=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 103 (40.62% from 255 or 17.46% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE967 is #011698. Grayscale: #E1E1E1. Windows color (decimal): -71321 or 6810110. OLE color: 6810110.

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

Color convert

RGB254233103-
CMYK00.080.590.00
HSL51.66º98.69%70%-
HSV(B)51.66º59.45%99.61%-
XYZ72.4680.3324.52-
YUV224.4659.46149.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 103 (40.62% from 255) = 17.46%
R=43.05%
G=39.49%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423310300.080.590.0051.6698.6970
HexFEE967083B0346346
Octal37635114701073064143106
Binary1111111011101001110011101000111011011010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE967; }

 p { color: rgb(254,233,103); }

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

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

 a { background-color: rgb(254,233,103); }

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

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

 span { border-color: rgb(254,233,103); }

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