#FFE760

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

Shades of Corn #FFE760

Tints of Corn #FFE760

Color information

#FFE760 (or 0xFFE760) is unknown color: approx Corn. HEX triplet: FF, E7 and 60. RGB value is (255,231,96). Sum of RGB (Red+Green+Blue) = 255+231+96=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE760 is #00189F. Grayscale: #DFDFDF. Windows color (decimal): -6304 or 6350847. OLE color: 6350847.

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

Color convert

RGB25523196-
CMYK00.090.620
HSL50.94º100%68.82%-
HSV(B)50.94º62.35%100%-
XYZ71.9379.2622.57-
YUV222.7956.45150.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 231 (90.62% from 255) = 39.69%
BLUE value IS 96 (37.89% from 255) = 16.49%
R=43.81%
G=39.69%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552319600.090.62050.9410068.82
HexFFE760093E0336445
Octal37734714001176063144105
Binary1111111111100111110000001001111110011001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE760; }

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

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

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

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

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

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

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

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