#EDE26E

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

Shades of Sweet Corn #EDE26E

Tints of Sweet Corn #EDE26E

Color information

#EDE26E (or 0xEDE26E) is unknown color: approx Sweet Corn. HEX triplet: ED, E2 and 6E. RGB value is (237,226,110). Sum of RGB (Red+Green+Blue) = 237+226+110=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26E is #121D91. Grayscale: #D8D8D8. Windows color (decimal): -1187218 or 7267053. OLE color: 7267053.

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

Color convert

RGB237226110-
CMYK00.050.540.07
HSL54.8º77.91%68.04%-
HSV(B)54.8º53.59%92.94%-
XYZ64.9473.5225.52-
YUV216.0668.14142.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 110 (43.36% from 255) = 19.20%
R=41.36%
G=39.44%
B=19.20%

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
Decimal23722611000.050.540.0754.877.9168.04
HexEDE26E05367374e44
Octal3553421560566767116104
Binary11101101111000101101110010111011011111011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE26E; }

 p { color: rgb(237,226,110); }

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

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

 a { background-color: rgb(237,226,110); }

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

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

 span { border-color: rgb(237,226,110); }

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