#FEEB64

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

Shades of Corn #FEEB64

Tints of Corn #FEEB64

Color information

#FEEB64 (or 0xFEEB64) is unknown color: approx Corn. HEX triplet: FE, EB and 64. RGB value is (254,235,100). Sum of RGB (Red+Green+Blue) = 254+235+100=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 100 (39.45% from 255 or 16.98% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB64 is #01149B. Grayscale: #E1E1E1. Windows color (decimal): -70812 or 6614014. OLE color: 6614014.

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

Color convert

RGB254235100-
CMYK00.070.610.00
HSL52.6º98.72%69.41%-
HSV(B)52.6º60.63%99.61%-
XYZ72.8881.4123.93-
YUV225.2957.29148.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 100 (39.45% from 255) = 16.98%
R=43.12%
G=39.90%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423510000.070.610.0052.698.7269.41
HexFEEB64073D0356345
Octal3763531440775065143105
Binary111111101110101111001000111111101011010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB64; }

 p { color: rgb(254,235,100); }

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

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

 a { background-color: rgb(254,235,100); }

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

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

 span { border-color: rgb(254,235,100); }

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