#EEDC6F

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

Shades of Sweet Corn #EEDC6F

Tints of Sweet Corn #EEDC6F

Color information

#EEDC6F (or 0xEEDC6F) is unknown color: approx Sweet Corn. HEX triplet: EE, DC and 6F. RGB value is (238,220,111). Sum of RGB (Red+Green+Blue) = 238+220+111=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC6F is #112390. Grayscale: #D5D5D5. Windows color (decimal): -1123217 or 7331054. OLE color: 7331054.

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

Color convert

RGB238220111-
CMYK00.080.530.07
HSL51.5º78.88%68.43%-
HSV(B)51.5º53.36%93.33%-
XYZ63.7270.5125.29-
YUV212.9670.46145.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 111 (43.75% from 255) = 19.51%
R=41.83%
G=38.66%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822011100.080.530.0751.578.8868.43
HexEEDC6F08357334f44
Octal35633415701065763117104
Binary111011101101110011011110100011010111111001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC6F; }

 p { color: rgb(238,220,111); }

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

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

 a { background-color: rgb(238,220,111); }

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

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

 span { border-color: rgb(238,220,111); }

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