#EEDF6A

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

Shades of Sweet Corn #EEDF6A

Tints of Sweet Corn #EEDF6A

Color information

#EEDF6A (or 0xEEDF6A) is unknown color: approx Sweet Corn. HEX triplet: EE, DF and 6A. RGB value is (238,223,106). Sum of RGB (Red+Green+Blue) = 238+223+106=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF6A is #112095. Grayscale: #D6D6D6. Windows color (decimal): -1122454 or 7004142. OLE color: 7004142.

HSL color Cylindrical-coordinate representation of color #EEDF6A: hue angle of 53.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDF6A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238223106-
CMYK00.060.550.07
HSL53.18º79.52%67.45%-
HSV(B)53.18º55.46%93.33%-
XYZ64.2571.9924.15-
YUV214.1566.97145.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 106 (41.80% from 255) = 18.69%
R=41.98%
G=39.33%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822310600.060.550.0753.1879.5267.45
HexEEDF6A06377355043
Octal3563371520667765120103
Binary11101110110111111101010011011011111111010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF6A; }

 p { color: rgb(238,223,106); }

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

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

 a { background-color: rgb(238,223,106); }

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

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

 span { border-color: rgb(238,223,106); }

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