#EDE16F

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

Shades of Sweet Corn #EDE16F

Tints of Sweet Corn #EDE16F

Color information

#EDE16F (or 0xEDE16F) is unknown color: approx Sweet Corn. HEX triplet: ED, E1 and 6F. RGB value is (237,225,111). Sum of RGB (Red+Green+Blue) = 237+225+111=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16F is #121E90. Grayscale: #D8D8D8. Windows color (decimal): -1187473 or 7332333. OLE color: 7332333.

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

Color convert

RGB237225111-
CMYK00.050.530.07
HSL54.29º77.78%68.24%-
HSV(B)54.29º53.16%92.94%-
XYZ64.727325.72-
YUV215.5968.98143.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 111 (43.75% from 255) = 19.37%
R=41.36%
G=39.27%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722511100.050.530.0754.2977.7868.24
HexEDE16F05357364e44
Octal3553411570565766116104
Binary11101101111000011101111010111010111111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE16F; }

 p { color: rgb(237,225,111); }

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

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

 a { background-color: rgb(237,225,111); }

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

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

 span { border-color: rgb(237,225,111); }

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