#FFE671

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

Shades of Sweet Corn #FFE671

Tints of Sweet Corn #FFE671

Color information

#FFE671 (or 0xFFE671) is unknown color: approx Sweet Corn. HEX triplet: FF, E6 and 71. RGB value is (255,230,113). Sum of RGB (Red+Green+Blue) = 255+230+113=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 113 (44.53% from 255 or 18.90% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE671 is #00198E. Grayscale: #E0E0E0. Windows color (decimal): -6543 or 7464703. OLE color: 7464703.

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

Color convert

RGB255230113-
CMYK00.100.560
HSL49.44º100%72.16%-
HSV(B)49.44º55.69%100%-
XYZ72.5279.0527.06-
YUV224.1465.28150.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 113 (44.53% from 255) = 18.90%
R=42.64%
G=38.46%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523011300.100.56049.4410072.16
HexFFE6710A380316448
Octal37734616101270061144110
Binary1111111111100110111000101010111000011000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE671; }

 p { color: rgb(255,230,113); }

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

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

 a { background-color: rgb(255,230,113); }

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

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

 span { border-color: rgb(255,230,113); }

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