#FEE378

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

Shades of Sweet Corn #FEE378

Tints of Sweet Corn #FEE378

Color information

#FEE378 (or 0xFEE378) is unknown color: approx Sweet Corn. HEX triplet: FE, E3 and 78. RGB value is (254,227,120). Sum of RGB (Red+Green+Blue) = 254+227+120=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE378 is #011C87. Grayscale: #DFDFDF. Windows color (decimal): -72840 or 7922686. OLE color: 7922686.

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

Color convert

RGB254227120-
CMYK00.110.530.00
HSL47.91º98.53%73.33%-
HSV(B)47.91º52.76%99.61%-
XYZ71.7377.3728.92-
YUV222.8869.95150.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 227 (89.06% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 19.97%
R=42.26%
G=37.77%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422712000.110.530.0047.9198.5373.33
HexFEE3780B350306349
Octal37634317001365060143111
Binary1111111011100011111100001011110101011000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE378; }

 p { color: rgb(254,227,120); }

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

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

 a { background-color: rgb(254,227,120); }

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

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

 span { border-color: rgb(254,227,120); }

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