#FFE07D

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

Shades of Sweet Corn #FFE07D

Tints of Sweet Corn #FFE07D

Color information

#FFE07D (or 0xFFE07D) is unknown color: approx Sweet Corn. HEX triplet: FF, E0 and 7D. RGB value is (255,224,125). Sum of RGB (Red+Green+Blue) = 255+224+125=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE07D is #001F82. Grayscale: #DEDEDE. Windows color (decimal): -8067 or 8249599. OLE color: 8249599.

HSL color Cylindrical-coordinate representation of color #FFE07D: hue angle of 45.69º 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 #FFE07D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255224125-
CMYK00.120.510
HSL45.69º100%74.51%-
HSV(B)45.69º50.98%100%-
XYZ71.676.0530.31-
YUV221.9873.27151.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 125 (49.22% from 255) = 20.70%
R=42.22%
G=37.09%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522412500.120.51045.6910074.51
HexFFE07D0C3302e644b
Octal37734017501463056144113
Binary1111111111100000111110101100110011010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE07D; }

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

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

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

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

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

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

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

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