#EEDE6D

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

Shades of Sweet Corn #EEDE6D

Tints of Sweet Corn #EEDE6D

Color information

#EEDE6D (or 0xEEDE6D) is unknown color: approx Sweet Corn. HEX triplet: EE, DE and 6D. RGB value is (238,222,109). Sum of RGB (Red+Green+Blue) = 238+222+109=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE6D is #112192. Grayscale: #D6D6D6. Windows color (decimal): -1122707 or 7200494. OLE color: 7200494.

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

Color convert

RGB238222109-
CMYK00.070.540.07
HSL52.56º79.14%68.04%-
HSV(B)52.56º54.2%93.33%-
XYZ64.1471.5224.89-
YUV213.968.8145.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 109 (42.97% from 255) = 19.16%
R=41.83%
G=39.02%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822210900.070.540.0752.5679.1468.04
HexEEDE6D07367354f44
Octal3563361550766765117104
Binary11101110110111101101101011111011011111010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE6D; }

 p { color: rgb(238,222,109); }

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

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

 a { background-color: rgb(238,222,109); }

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

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

 span { border-color: rgb(238,222,109); }

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