#FFE885

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

Shades of Sweet Corn #FFE885

Tints of Sweet Corn #FFE885

Color information

#FFE885 (or 0xFFE885) is unknown color: approx Sweet Corn. HEX triplet: FF, E8 and 85. RGB value is (255,232,133). Sum of RGB (Red+Green+Blue) = 255+232+133=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE885 is #00177A. Grayscale: #E4E4E4. Windows color (decimal): -6011 or 8775935. OLE color: 8775935.

HSL color Cylindrical-coordinate representation of color #FFE885: hue angle of 48.69º 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 #FFE885 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255232133-
CMYK00.090.480
HSL48.69º100%76.08%-
HSV(B)48.69º47.84%100%-
XYZ74.3380.6733.84-
YUV227.5974.62147.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 133 (52.34% from 255) = 21.45%
R=41.13%
G=37.42%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523213300.090.48048.6910076.08
HexFFE8850930031644c
Octal37735020501160061144114
Binary11111111111010001000010101001110000011000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE885; }

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

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

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

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

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

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

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

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