#FFEC63

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

Shades of Corn #FFEC63

Tints of Corn #FFEC63

Color information

#FFEC63 (or 0xFFEC63) is unknown color: approx Corn. HEX triplet: FF, EC and 63. RGB value is (255,236,99). Sum of RGB (Red+Green+Blue) = 255+236+99=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 99 (39.06% from 255 or 16.78% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC63 is #00139C. Grayscale: #E2E2E2. Windows color (decimal): -5021 or 6548735. OLE color: 6548735.

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

Color convert

RGB25523699-
CMYK00.070.610
HSL52.69º100%69.41%-
HSV(B)52.69º61.18%100%-
XYZ73.4982.1523.79-
YUV226.0656.29148.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 99 (39.06% from 255) = 16.78%
R=43.22%
G=40%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552369900.070.61052.6910069.41
HexFFEC63073D0356445
Octal3773541430775065144105
Binary111111111110110011000110111111101011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC63; }

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

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

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

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

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

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

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

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