#FFED5F

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

Shades of Corn #FFED5F

Tints of Corn #FFED5F

Color information

#FFED5F (or 0xFFED5F) is unknown color: approx Corn. HEX triplet: FF, ED and 5F. RGB value is (255,237,95). Sum of RGB (Red+Green+Blue) = 255+237+95=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5F is #0012A0. Grayscale: #E2E2E2. Windows color (decimal): -4769 or 6286847. OLE color: 6286847.

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

Color convert

RGB25523795-
CMYK00.070.630
HSL53.25º100%68.63%-
HSV(B)53.25º62.75%100%-
XYZ73.5982.6522.9-
YUV226.1953.96148.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 95 (37.5% from 255) = 16.18%
R=43.44%
G=40.37%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552379500.070.63053.2510068.63
HexFFED5F073F0356445
Octal3773551370777065144105
Binary111111111110110110111110111111111011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED5F; }

 p { color: rgb(255,237,95); }

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

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

 a { background-color: rgb(255,237,95); }

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

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

 span { border-color: rgb(255,237,95); }

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