#FFDE71

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

Shades of Sweet Corn #FFDE71

Tints of Sweet Corn #FFDE71

Color information

#FFDE71 (or 0xFFDE71) is unknown color: approx Sweet Corn. HEX triplet: FF, DE and 71. RGB value is (255,222,113). Sum of RGB (Red+Green+Blue) = 255+222+113=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE71 is #00218E. Grayscale: #DBDBDB. Windows color (decimal): -8591 or 7462655. OLE color: 7462655.

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

Color convert

RGB255222113-
CMYK00.130.560
HSL46.06º100%72.16%-
HSV(B)46.06º55.69%100%-
XYZ70.3474.6926.33-
YUV219.4467.93153.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 19.15%
R=43.22%
G=37.63%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522211300.130.56046.0610072.16
HexFFDE710D3802e6448
Octal37733616101570056144110
Binary1111111111011110111000101101111000010111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE71; }

 p { color: rgb(255,222,113); }

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

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

 a { background-color: rgb(255,222,113); }

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

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

 span { border-color: rgb(255,222,113); }

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