#FFEE5C

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

Shades of Corn #FFEE5C

Tints of Corn #FFEE5C

Color information

#FFEE5C (or 0xFFEE5C) is unknown color: approx Corn. HEX triplet: FF, EE and 5C. RGB value is (255,238,92). Sum of RGB (Red+Green+Blue) = 255+238+92=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5C is #0011A3. Grayscale: #E3E3E3. Windows color (decimal): -4516 or 6090495. OLE color: 6090495.

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

Color convert

RGB25523892-
CMYK00.070.640
HSL53.74º100%68.04%-
HSV(B)53.74º63.92%100%-
XYZ73.7583.1822.29-
YUV226.4452.13148.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 92 (36.33% from 255) = 15.73%
R=43.59%
G=40.68%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552389200.070.64053.7410068.04
HexFFEE5C07400366444
Octal37735613407100066144104
Binary1111111111101110101110001111000000011011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE5C; }

 p { color: rgb(255,238,92); }

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

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

 a { background-color: rgb(255,238,92); }

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

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

 span { border-color: rgb(255,238,92); }

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