#FFE76A

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

Shades of Sweet Corn #FFE76A

Tints of Sweet Corn #FFE76A

Color information

#FFE76A (or 0xFFE76A) is unknown color: approx Sweet Corn. HEX triplet: FF, E7 and 6A. RGB value is (255,231,106). Sum of RGB (Red+Green+Blue) = 255+231+106=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 106 (41.80% from 255 or 17.91% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE76A is #001895. Grayscale: #E0E0E0. Windows color (decimal): -6294 or 7006207. OLE color: 7006207.

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

Color convert

RGB255231106-
CMYK00.090.580
HSL50.34º100%70.78%-
HSV(B)50.34º58.43%100%-
XYZ72.4279.4525.15-
YUV223.9361.45150.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 231 (90.62% from 255) = 39.02%
BLUE value IS 106 (41.80% from 255) = 17.91%
R=43.07%
G=39.02%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523110600.090.58050.3410070.78
HexFFE76A093A0326447
Octal37734715201172062144107
Binary1111111111100111110101001001111010011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE76A; }

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

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

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

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

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

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

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

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