#FFE380

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

Shades of Sweet Corn #FFE380

Tints of Sweet Corn #FFE380

Color information

#FFE380 (or 0xFFE380) is unknown color: approx Sweet Corn. HEX triplet: FF, E3 and 80. RGB value is (255,227,128). Sum of RGB (Red+Green+Blue) = 255+227+128=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE380 is #001C7F. Grayscale: #E0E0E0. Windows color (decimal): -7296 or 8446975. OLE color: 8446975.

HSL color Cylindrical-coordinate representation of color #FFE380: hue angle of 46.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE380 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255227128-
CMYK00.110.500
HSL46.77º100%75.1%-
HSV(B)46.77º49.8%100%-
XYZ72.6177.7631.6-
YUV224.0973.78150.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 128 (50.39% from 255) = 20.98%
R=41.80%
G=37.21%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522712800.110.50046.7710075.1
HexFFE3800B3202f644b
Octal37734320001362057144113
Binary11111111111000111000000001011110010010111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE380; }

 p { color: rgb(255,227,128); }

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

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

 a { background-color: rgb(255,227,128); }

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

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

 span { border-color: rgb(255,227,128); }

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