#FFE269

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

Shades of Sweet Corn #FFE269

Tints of Sweet Corn #FFE269

Color information

#FFE269 (or 0xFFE269) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 69. RGB value is (255,226,105). Sum of RGB (Red+Green+Blue) = 255+226+105=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 105 (41.41% from 255 or 17.92% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE269 is #001D96. Grayscale: #DDDDDD. Windows color (decimal): -7575 or 6939391. OLE color: 6939391.

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

Color convert

RGB255226105-
CMYK00.110.590
HSL48.4º100%70.59%-
HSV(B)48.4º58.82%100%-
XYZ70.9976.6724.42-
YUV220.8862.61152.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 105 (41.41% from 255) = 17.92%
R=43.52%
G=38.57%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522610500.110.59048.410070.59
HexFFE2690B3B0306447
Octal37734215101373060144107
Binary1111111111100010110100101011111011011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE269; }

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

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

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

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

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

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

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

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