#efdc76

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

Shades of Sweet Corn #EFDC76

Tints of Sweet Corn #EFDC76

Color information

#EFDC76 (or 0xEFDC76) is unknown color: approx Sweet Corn. HEX triplet: EF, DC and 76. RGB value is (239,220,118). Sum of RGB (Red+Green+Blue) = 239+220+118=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC76 is #102389. Grayscale: #D6D6D6. Windows color (decimal): -1057674 or 7789807. OLE color: 7789807.

HSL color Cylindrical-coordinate representation of color #EFDC76: hue angle of 50.58º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFDC76 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239220118-
CMYK00.080.510.06
HSL50.58º79.08%70%-
HSV(B)50.58º50.63%93.73%-
XYZ64.4670.8527.42-
YUV214.0573.79145.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 118 (46.48% from 255) = 20.45%
R=41.42%
G=38.13%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922011800.080.510.0650.5879.0870
HexEFDC7608336334f46
Octal35733416601063663117106
Binary111011111101110011101100100011001111011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdc76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdc76; }

 p { color: rgb(239,220,118); }

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

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

 a { background-color: rgb(239,220,118); }

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

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

 span { border-color: rgb(239,220,118); }

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