#EFDD76

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

Shades of Sweet Corn #EFDD76

Tints of Sweet Corn #EFDD76

Color information

#EFDD76 (or 0xEFDD76) is unknown color: approx Sweet Corn. HEX triplet: EF, DD and 76. RGB value is (239,221,118). Sum of RGB (Red+Green+Blue) = 239+221+118=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD76 is #102289. Grayscale: #D7D7D7. Windows color (decimal): -1057418 or 7790063. OLE color: 7790063.

HSL color Cylindrical-coordinate representation of color #EFDD76: hue angle of 51.07º 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 #EFDD76 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239221118-
CMYK00.080.510.06
HSL51.07º79.08%70%-
HSV(B)51.07º50.63%93.73%-
XYZ64.7271.3727.5-
YUV214.6473.46145.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 20.42%
R=41.35%
G=38.24%
B=20.42%

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
Decimal23922111800.080.510.0651.0779.0870
HexEFDD7608336334f46
Octal35733516601063663117106
Binary111011111101110111101100100011001111011001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD76; }

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

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

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

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

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

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

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

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