#FEDD77

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

Shades of Sweet Corn #FEDD77

Tints of Sweet Corn #FEDD77

Color information

#FEDD77 (or 0xFEDD77) is unknown color: approx Sweet Corn. HEX triplet: FE, DD and 77. RGB value is (254,221,119). Sum of RGB (Red+Green+Blue) = 254+221+119=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD77 is #012288. Grayscale: #DBDBDB. Windows color (decimal): -74377 or 7855614. OLE color: 7855614.

HSL color Cylindrical-coordinate representation of color #FEDD77: hue angle of 45.33º 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 #FEDD77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254221119-
CMYK00.130.530.00
HSL45.33º98.54%73.14%-
HSV(B)45.33º53.15%99.61%-
XYZ70.0674.1228.07-
YUV219.2471.43152.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 119 (46.88% from 255) = 20.03%
R=42.76%
G=37.21%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422111900.130.530.0045.3398.5473.14
HexFEDD770D3502d6349
Octal37633516701565055143111
Binary1111111011011101111011101101110101010110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD77; }

 p { color: rgb(254,221,119); }

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

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

 a { background-color: rgb(254,221,119); }

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

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

 span { border-color: rgb(254,221,119); }

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