#FEE070

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

Shades of Sweet Corn #FEE070

Tints of Sweet Corn #FEE070

Color information

#FEE070 (or 0xFEE070) is unknown color: approx Sweet Corn. HEX triplet: FE, E0 and 70. RGB value is (254,224,112). Sum of RGB (Red+Green+Blue) = 254+224+112=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE070 is #011F8F. Grayscale: #DCDCDC. Windows color (decimal): -73616 or 7397630. OLE color: 7397630.

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

Color convert

RGB254224112-
CMYK00.120.560.00
HSL47.32º98.61%71.76%-
HSV(B)47.32º55.91%99.61%-
XYZ70.4575.5526.2-
YUV220.266.94152.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 112 (44.14% from 255) = 18.98%
R=43.05%
G=37.97%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422411200.120.560.0047.3298.6171.76
HexFEE0700C3802f6348
Octal37634016001470057143110
Binary1111111011100000111000001100111000010111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE070; }

 p { color: rgb(254,224,112); }

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

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

 a { background-color: rgb(254,224,112); }

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

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

 span { border-color: rgb(254,224,112); }

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