#EFED5C

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

Shades of Corn #EFED5C

Tints of Corn #EFED5C

Color information

#EFED5C (or 0xEFED5C) is unknown color: approx Corn. HEX triplet: EF, ED and 5C. RGB value is (239,237,92). Sum of RGB (Red+Green+Blue) = 239+237+92=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED5C is #1012A3. Grayscale: #DDDDDD. Windows color (decimal): -1053348 or 6090223. OLE color: 6090223.

HSL color Cylindrical-coordinate representation of color #EFED5C: hue angle of 59.18º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFED5C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23923792-
CMYK00.010.620.06
HSL59.18º82.12%64.9%-
HSV(B)59.18º61.51%93.73%-
XYZ67.8179.6921.93-
YUV221.0755.16140.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 92 (36.33% from 255) = 16.20%
R=42.08%
G=41.73%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392379200.010.620.0659.1882.1264.9
HexEFED5C013E63b5241
Octal3573551340176673122101
Binary111011111110110110111000111111011011101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED5C; }

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

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

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

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

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

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

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

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