#EDE06D

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

Shades of Sweet Corn #EDE06D

Tints of Sweet Corn #EDE06D

Color information

#EDE06D (or 0xEDE06D) is unknown color: approx Sweet Corn. HEX triplet: ED, E0 and 6D. RGB value is (237,224,109). Sum of RGB (Red+Green+Blue) = 237+224+109=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE06D is #121F92. Grayscale: #D7D7D7. Windows color (decimal): -1187731 or 7201005. OLE color: 7201005.

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

Color convert

RGB237224109-
CMYK00.050.540.07
HSL53.91º78.05%67.84%-
HSV(B)53.91º54.01%92.94%-
XYZ64.3472.4225.06-
YUV214.7868.31143.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 109 (42.97% from 255) = 19.12%
R=41.58%
G=39.30%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722410900.050.540.0753.9178.0567.84
HexEDE06D05367364e44
Octal3553401550566766116104
Binary11101101111000001101101010111011011111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE06D; }

 p { color: rgb(237,224,109); }

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

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

 a { background-color: rgb(237,224,109); }

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

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

 span { border-color: rgb(237,224,109); }

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