#EFE26D

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

Shades of Sweet Corn #EFE26D

Tints of Sweet Corn #EFE26D

Color information

#EFE26D (or 0xEFE26D) is unknown color: approx Sweet Corn. HEX triplet: EF, E2 and 6D. RGB value is (239,226,109). Sum of RGB (Red+Green+Blue) = 239+226+109=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE26D is #101D92. Grayscale: #D9D9D9. Windows color (decimal): -1056147 or 7201519. OLE color: 7201519.

HSL color Cylindrical-coordinate representation of color #EFE26D: hue angle of 54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFE26D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239226109-
CMYK00.050.540.06
HSL54º80.25%68.24%-
HSV(B)54º54.39%93.73%-
XYZ65.5573.8525.27-
YUV216.5567.31144.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 226 (88.67% from 255) = 39.37%
BLUE value IS 109 (42.97% from 255) = 18.99%
R=41.64%
G=39.37%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922610900.050.540.065480.2568.24
HexEFE26D05366365044
Octal3573421550566666120104
Binary11101111111000101101101010111011011011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE26D; }

 p { color: rgb(239,226,109); }

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

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

 a { background-color: rgb(239,226,109); }

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

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

 span { border-color: rgb(239,226,109); }

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