#FFE06C

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

Shades of Sweet Corn #FFE06C

Tints of Sweet Corn #FFE06C

Color information

#FFE06C (or 0xFFE06C) is unknown color: approx Sweet Corn. HEX triplet: FF, E0 and 6C. RGB value is (255,224,108). Sum of RGB (Red+Green+Blue) = 255+224+108=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 108 (42.58% from 255 or 18.40% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06C is #001F93. Grayscale: #DCDCDC. Windows color (decimal): -8084 or 7135487. OLE color: 7135487.

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

Color convert

RGB255224108-
CMYK00.120.580
HSL47.35º100%71.18%-
HSV(B)47.35º57.65%100%-
XYZ70.675.6525.07-
YUV220.0464.77152.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 108 (42.58% from 255) = 18.40%
R=43.44%
G=38.16%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522410800.120.58047.3510071.18
HexFFE06C0C3A02f6447
Octal37734015401472057144107
Binary1111111111100000110110001100111010010111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE06C; }

 p { color: rgb(255,224,108); }

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

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

 a { background-color: rgb(255,224,108); }

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

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

 span { border-color: rgb(255,224,108); }

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