#FFED5C

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

Shades of Corn #FFED5C

Tints of Corn #FFED5C

Color information

#FFED5C (or 0xFFED5C) is unknown color: approx Corn. HEX triplet: FF, ED and 5C. RGB value is (255,237,92). Sum of RGB (Red+Green+Blue) = 255+237+92=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED5C is #0012A3. Grayscale: #E2E2E2. Windows color (decimal): -4772 or 6090239. OLE color: 6090239.

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

Color convert

RGB25523792-
CMYK00.070.640
HSL53.37º100%68.04%-
HSV(B)53.37º63.92%100%-
XYZ73.4682.622.2-
YUV225.8552.46148.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 92 (36.33% from 255) = 15.75%
R=43.66%
G=40.58%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552379200.070.64053.3710068.04
HexFFED5C07400356444
Octal37735513407100065144104
Binary1111111111101101101110001111000000011010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED5C; }

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

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

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

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

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

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

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

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