#FFE06E

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

Shades of Sweet Corn #FFE06E

Tints of Sweet Corn #FFE06E

Color information

#FFE06E (or 0xFFE06E) is unknown color: approx Sweet Corn. HEX triplet: FF, E0 and 6E. RGB value is (255,224,110). Sum of RGB (Red+Green+Blue) = 255+224+110=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06E is #001F91. Grayscale: #DCDCDC. Windows color (decimal): -8082 or 7266559. OLE color: 7266559.

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

Color convert

RGB255224110-
CMYK00.120.570
HSL47.17º100%71.57%-
HSV(B)47.17º56.86%100%-
XYZ70.7175.725.64-
YUV220.2765.77152.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 110 (43.36% from 255) = 18.68%
R=43.29%
G=38.03%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522411000.120.57047.1710071.57
HexFFE06E0C3902f6448
Octal37734015601471057144110
Binary1111111111100000110111001100111001010111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE06E; }

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

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

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

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

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

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

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

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