#ffec61

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

Shades of Corn #FFEC61

Tints of Corn #FFEC61

Color information

#FFEC61 (or 0xFFEC61) is unknown color: approx Corn. HEX triplet: FF, EC and 61. RGB value is (255,236,97). Sum of RGB (Red+Green+Blue) = 255+236+97=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 97 (38.28% from 255 or 16.50% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC61 is #00139E. Grayscale: #E2E2E2. Windows color (decimal): -5023 or 6417663. OLE color: 6417663.

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

Color convert

RGB25523697-
CMYK00.070.620
HSL52.78º100%69.02%-
HSV(B)52.78º61.96%100%-
XYZ73.3982.1123.29-
YUV225.8355.29148.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 236 (92.58% from 255) = 40.14%
BLUE value IS 97 (38.28% from 255) = 16.50%
R=43.37%
G=40.14%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552369700.070.62052.7810069.02
HexFFEC61073E0356445
Octal3773541410776065144105
Binary111111111110110011000010111111110011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffec61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffec61; }

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

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

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

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

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

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

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

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