#F0E374

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

Shades of Sweet Corn #F0E374

Tints of Sweet Corn #F0E374

Color information

#F0E374 (or 0xF0E374) is unknown color: approx Sweet Corn. HEX triplet: F0, E3 and 74. RGB value is (240,227,116). Sum of RGB (Red+Green+Blue) = 240+227+116=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E374 is #0F1C8B. Grayscale: #DADADA. Windows color (decimal): -990348 or 7660528. OLE color: 7660528.

HSL color Cylindrical-coordinate representation of color #F0E374: hue angle of 53.71º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0E374 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240227116-
CMYK00.050.520.06
HSL53.71º80.52%69.8%-
HSV(B)53.71º51.67%94.12%-
XYZ66.5674.7227.44-
YUV218.2370.31143.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 116 (45.70% from 255) = 19.90%
R=41.17%
G=38.94%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022711600.050.520.0653.7180.5269.8
HexF0E37405346365146
Octal3603431640564666121106
Binary11110000111000111110100010111010011011011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E374; }

 p { color: rgb(240,227,116); }

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

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

 a { background-color: rgb(240,227,116); }

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

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

 span { border-color: rgb(240,227,116); }

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