#ffe07e

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

Shades of Sweet Corn #FFE07E

Tints of Sweet Corn #FFE07E

Color information

#FFE07E (or 0xFFE07E) is unknown color: approx Sweet Corn. HEX triplet: FF, E0 and 7E. RGB value is (255,224,126). Sum of RGB (Red+Green+Blue) = 255+224+126=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE07E is #001F81. Grayscale: #DEDEDE. Windows color (decimal): -8066 or 8315135. OLE color: 8315135.

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

Color convert

RGB255224126-
CMYK00.120.510
HSL45.58º100%74.71%-
HSV(B)45.58º50.59%100%-
XYZ71.6676.0830.65-
YUV222.173.77151.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 126 (49.61% from 255) = 20.83%
R=42.15%
G=37.02%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522412600.120.51045.5810074.71
HexFFE07E0C3302e644b
Octal37734017601463056144113
Binary1111111111100000111111001100110011010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe07e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe07e; }

 p { color: rgb(255,224,126); }

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

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

 a { background-color: rgb(255,224,126); }

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

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

 span { border-color: rgb(255,224,126); }

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