#EDDF6C

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

Shades of Sweet Corn #EDDF6C

Tints of Sweet Corn #EDDF6C

Color information

#EDDF6C (or 0xEDDF6C) is unknown color: approx Sweet Corn. HEX triplet: ED, DF and 6C. RGB value is (237,223,108). Sum of RGB (Red+Green+Blue) = 237+223+108=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF6C is #122093. Grayscale: #D6D6D6. Windows color (decimal): -1187988 or 7135213. OLE color: 7135213.

HSL color Cylindrical-coordinate representation of color #EDDF6C: hue angle of 53.49º degrees, saturation: 0.78, 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 #EDDF6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237223108-
CMYK00.060.540.07
HSL53.49º78.18%67.65%-
HSV(B)53.49º54.43%92.94%-
XYZ64.0271.8624.68-
YUV214.0868.14144.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 19.01%
R=41.73%
G=39.26%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722310800.060.540.0753.4978.1867.65
HexEDDF6C06367354e44
Octal3553371540666765116104
Binary11101101110111111101100011011011011111010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF6C; }

 p { color: rgb(237,223,108); }

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

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

 a { background-color: rgb(237,223,108); }

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

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

 span { border-color: rgb(237,223,108); }

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