#FEEA5B

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

Shades of Corn #FEEA5B

Tints of Corn #FEEA5B

Color information

#FEEA5B (or 0xFEEA5B) is unknown color: approx Corn. HEX triplet: FE, EA and 5B. RGB value is (254,234,91). Sum of RGB (Red+Green+Blue) = 254+234+91=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 91 (35.94% from 255 or 15.72% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA5B is #0115A4. Grayscale: #E0E0E0. Windows color (decimal): -71077 or 6023934. OLE color: 6023934.

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

Color convert

RGB25423491-
CMYK00.080.640.00
HSL52.64º98.79%67.65%-
HSV(B)52.64º64.17%99.61%-
XYZ72.1880.6721.66-
YUV223.6853.13149.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 91 (35.94% from 255) = 15.72%
R=43.87%
G=40.41%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542349100.080.640.0052.6498.7967.65
HexFEEA5B08400356344
Octal376352133010100065143104
Binary11111110111010101011011010001000000011010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA5B; }

 p { color: rgb(254,234,91); }

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

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

 a { background-color: rgb(254,234,91); }

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

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

 span { border-color: rgb(254,234,91); }

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