#FFEC60

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

Shades of Corn #FFEC60

Tints of Corn #FFEC60

Color information

#FFEC60 (or 0xFFEC60) is unknown color: approx Corn. HEX triplet: FF, EC and 60. RGB value is (255,236,96). Sum of RGB (Red+Green+Blue) = 255+236+96=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 96 (37.89% from 255 or 16.35% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC60 is #00139F. Grayscale: #E2E2E2. Windows color (decimal): -5024 or 6352127. OLE color: 6352127.

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

Color convert

RGB25523696-
CMYK00.070.620
HSL52.83º100%68.82%-
HSV(B)52.83º62.35%100%-
XYZ73.3582.123.05-
YUV225.7254.79148.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 96 (37.89% from 255) = 16.35%
R=43.44%
G=40.20%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552369600.070.62052.8310068.82
HexFFEC60073E0356445
Octal3773541400776065144105
Binary111111111110110011000000111111110011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC60; }

 p { color: rgb(255,236,96); }

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

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

 a { background-color: rgb(255,236,96); }

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

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

 span { border-color: rgb(255,236,96); }

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