#FFE685

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

Shades of Sweet Corn #FFE685

Tints of Sweet Corn #FFE685

Color information

#FFE685 (or 0xFFE685) is unknown color: approx Sweet Corn. HEX triplet: FF, E6 and 85. RGB value is (255,230,133). Sum of RGB (Red+Green+Blue) = 255+230+133=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE685 is #00197A. Grayscale: #E2E2E2. Windows color (decimal): -6523 or 8775423. OLE color: 8775423.

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

Color convert

RGB255230133-
CMYK00.100.480
HSL47.7º100%76.08%-
HSV(B)47.7º47.84%100%-
XYZ73.7779.5533.66-
YUV226.4275.28148.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 133 (52.34% from 255) = 21.52%
R=41.26%
G=37.22%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523013300.100.48047.710076.08
HexFFE6850A30030644c
Octal37734620501260060144114
Binary11111111111001101000010101010110000011000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE685; }

 p { color: rgb(255,230,133); }

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

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

 a { background-color: rgb(255,230,133); }

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

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

 span { border-color: rgb(255,230,133); }

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