#FFEA67

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

Shades of Corn #FFEA67

Tints of Corn #FFEA67

Color information

#FFEA67 (or 0xFFEA67) is unknown color: approx Corn. HEX triplet: FF, EA and 67. RGB value is (255,234,103). Sum of RGB (Red+Green+Blue) = 255+234+103=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 103 (40.62% from 255 or 17.40% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA67 is #001598. Grayscale: #E1E1E1. Windows color (decimal): -5529 or 6810367. OLE color: 6810367.

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

Color convert

RGB255234103-
CMYK00.080.600
HSL51.71º100%70.2%-
HSV(B)51.71º59.61%100%-
XYZ73.1181.0824.63-
YUV225.3458.96149.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 103 (40.62% from 255) = 17.40%
R=43.07%
G=39.53%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523410300.080.60051.7110070.2
HexFFEA67083C0346446
Octal37735214701074064144106
Binary1111111111101010110011101000111100011010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA67; }

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

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

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

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

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

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

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

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