#FEE273

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

Shades of Sweet Corn #FEE273

Tints of Sweet Corn #FEE273

Color information

#FEE273 (or 0xFEE273) is unknown color: approx Sweet Corn. HEX triplet: FE, E2 and 73. RGB value is (254,226,115). Sum of RGB (Red+Green+Blue) = 254+226+115=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE273 is #011D8C. Grayscale: #DEDEDE. Windows color (decimal): -73101 or 7594750. OLE color: 7594750.

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

Color convert

RGB254226115-
CMYK00.110.550.00
HSL47.91º98.58%72.35%-
HSV(B)47.91º54.72%99.61%-
XYZ71.1676.727.27-
YUV221.7267.78151.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 226 (88.67% from 255) = 37.98%
BLUE value IS 115 (45.31% from 255) = 19.33%
R=42.69%
G=37.98%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422611500.110.550.0047.9198.5872.35
HexFEE2730B370306348
Octal37634216301367060143110
Binary1111111011100010111001101011110111011000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE273; }

 p { color: rgb(254,226,115); }

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

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

 a { background-color: rgb(254,226,115); }

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

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

 span { border-color: rgb(254,226,115); }

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