#FFE985

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

Shades of Sweet Corn #FFE985

Tints of Sweet Corn #FFE985

Color information

#FFE985 (or 0xFFE985) is unknown color: approx Sweet Corn. HEX triplet: FF, E9 and 85. RGB value is (255,233,133). Sum of RGB (Red+Green+Blue) = 255+233+133=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE985 is #00167A. Grayscale: #E4E4E4. Windows color (decimal): -5755 or 8776191. OLE color: 8776191.

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

Color convert

RGB255233133-
CMYK00.090.480
HSL49.18º100%76.08%-
HSV(B)49.18º47.84%100%-
XYZ74.6181.2333.94-
YUV228.1874.29147.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 133 (52.34% from 255) = 21.42%
R=41.06%
G=37.52%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523313300.090.48049.1810076.08
HexFFE9850930031644c
Octal37735120501160061144114
Binary11111111111010011000010101001110000011000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE985; }

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

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

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

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

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

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

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

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