#F0EB5D

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

Shades of Corn #F0EB5D

Tints of Corn #F0EB5D

Color information

#F0EB5D (or 0xF0EB5D) is unknown color: approx Corn. HEX triplet: F0, EB and 5D. RGB value is (240,235,93). Sum of RGB (Red+Green+Blue) = 240+235+93=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EB5D is #0F14A2. Grayscale: #DCDCDC. Windows color (decimal): -988323 or 6155248. OLE color: 6155248.

HSL color Cylindrical-coordinate representation of color #F0EB5D: hue angle of 57.96º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0EB5D is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB24023593-
CMYK00.020.610.06
HSL57.96º83.05%65.29%-
HSV(B)57.96º61.25%94.12%-
XYZ67.6278.7321.99-
YUV220.3156.16142.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 93 (36.72% from 255) = 16.37%
R=42.25%
G=41.37%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402359300.020.610.0657.9683.0565.29
HexF0EB5D023D63a5341
Octal3603531350275672123101
Binary1111000011101011101110101011110111011101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EB5D; }

 p { color: rgb(240,235,93); }

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

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

 a { background-color: rgb(240,235,93); }

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

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

 span { border-color: rgb(240,235,93); }

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