#FFEA5B

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

Shades of Corn #FFEA5B

Tints of Corn #FFEA5B

Color information

#FFEA5B (or 0xFFEA5B) is unknown color: approx Corn. HEX triplet: FF, EA and 5B. RGB value is (255,234,91). Sum of RGB (Red+Green+Blue) = 255+234+91=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 91 (35.94% from 255 or 15.69% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA5B is #0015A4. Grayscale: #E0E0E0. Windows color (decimal): -5541 or 6023935. OLE color: 6023935.

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

Color convert

RGB25523491-
CMYK00.080.640
HSL52.32º100%67.84%-
HSV(B)52.32º64.31%100%-
XYZ72.5580.8621.68-
YUV223.9852.96150.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 91 (35.94% from 255) = 15.69%
R=43.97%
G=40.34%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552349100.080.64052.3210067.84
HexFFEA5B08400346444
Octal377352133010100064144104
Binary11111111111010101011011010001000000011010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA5B; }

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

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

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

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

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

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

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

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