#FFE769

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

Shades of Corn #FFE769

Tints of Corn #FFE769

Color information

#FFE769 (or 0xFFE769) is unknown color: approx Corn. HEX triplet: FF, E7 and 69. RGB value is (255,231,105). Sum of RGB (Red+Green+Blue) = 255+231+105=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 105 (41.41% from 255 or 17.77% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE769 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE769 is #001896. Grayscale: #E0E0E0. Windows color (decimal): -6295 or 6940671. OLE color: 6940671.

HSL color Cylindrical-coordinate representation of color #FFE769: hue angle of 50.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 #FFE769 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255231105-
CMYK00.090.590
HSL50.4º100%70.59%-
HSV(B)50.4º58.82%100%-
XYZ72.3779.4324.88-
YUV223.8160.95150.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 105 (41.41% from 255) = 17.77%
R=43.15%
G=39.09%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523110500.090.59050.410070.59
HexFFE769093B0326447
Octal37734715101173062144107
Binary1111111111100111110100101001111011011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE769; }

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

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

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

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

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

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

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

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