#FFE467

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

Shades of Corn #FFE467

Tints of Corn #FFE467

Color information

#FFE467 (or 0xFFE467) is unknown color: approx Corn. HEX triplet: FF, E4 and 67. RGB value is (255,228,103). Sum of RGB (Red+Green+Blue) = 255+228+103=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 103 (40.62% from 255 or 17.58% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE467 is #001B98. Grayscale: #DEDEDE. Windows color (decimal): -7065 or 6808831. OLE color: 6808831.

HSL color Cylindrical-coordinate representation of color #FFE467: hue angle of 49.34º 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 #FFE467 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255228103-
CMYK00.110.600
HSL49.34º100%70.2%-
HSV(B)49.34º59.61%100%-
XYZ71.4377.7324.07-
YUV221.8260.95151.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 228 (89.45% from 255) = 38.91%
BLUE value IS 103 (40.62% from 255) = 17.58%
R=43.52%
G=38.91%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522810300.110.60049.3410070.2
HexFFE4670B3C0316446
Octal37734414701374061144106
Binary1111111111100100110011101011111100011000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE467; }

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

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

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

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

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

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

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

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