#EFDE77

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

Shades of Sweet Corn #EFDE77

Tints of Sweet Corn #EFDE77

Color information

#EFDE77 (or 0xEFDE77) is unknown color: approx Sweet Corn. HEX triplet: EF, DE and 77. RGB value is (239,222,119). Sum of RGB (Red+Green+Blue) = 239+222+119=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE77 is #102188. Grayscale: #D7D7D7. Windows color (decimal): -1057161 or 7855855. OLE color: 7855855.

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

Color convert

RGB239222119-
CMYK00.070.500.06
HSL51.5º78.95%70.2%-
HSV(B)51.5º50.21%93.73%-
XYZ65.0571.9327.91-
YUV215.3473.63144.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 20.52%
R=41.21%
G=38.28%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922211900.070.500.0651.578.9570.2
HexEFDE7707326344f46
Octal3573361670762664117106
Binary11101111110111101110111011111001011011010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE77; }

 p { color: rgb(239,222,119); }

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

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

 a { background-color: rgb(239,222,119); }

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

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

 span { border-color: rgb(239,222,119); }

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