#FFE27A

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

Shades of Sweet Corn #FFE27A

Tints of Sweet Corn #FFE27A

Color information

#FFE27A (or 0xFFE27A) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 7A. RGB value is (255,226,122). Sum of RGB (Red+Green+Blue) = 255+226+122=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE27A is #001D85. Grayscale: #DFDFDF. Windows color (decimal): -7558 or 8053503. OLE color: 8053503.

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

Color convert

RGB255226122-
CMYK00.110.520
HSL46.92º100%73.92%-
HSV(B)46.92º52.16%100%-
XYZ71.9577.0629.49-
YUV222.8271.11150.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 122 (48.05% from 255) = 20.23%
R=42.29%
G=37.48%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522612200.110.52046.9210073.92
HexFFE27A0B3402f644a
Octal37734217201364057144112
Binary1111111111100010111101001011110100010111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE27A; }

 p { color: rgb(255,226,122); }

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

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

 a { background-color: rgb(255,226,122); }

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

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

 span { border-color: rgb(255,226,122); }

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