#EFE16F

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

Shades of Sweet Corn #EFE16F

Tints of Sweet Corn #EFE16F

Color information

#EFE16F (or 0xEFE16F) is unknown color: approx Sweet Corn. HEX triplet: EF, E1 and 6F. RGB value is (239,225,111). Sum of RGB (Red+Green+Blue) = 239+225+111=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE16F is #101E90. Grayscale: #D8D8D8. Windows color (decimal): -1056401 or 7332335. OLE color: 7332335.

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

Color convert

RGB239225111-
CMYK00.060.540.06
HSL53.44º80%68.63%-
HSV(B)53.44º53.56%93.73%-
XYZ65.3973.3525.75-
YUV216.1968.64144.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 111 (43.75% from 255) = 19.30%
R=41.57%
G=39.13%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922511100.060.540.0653.448068.63
HexEFE16F06366355045
Octal3573411570666665120105
Binary11101111111000011101111011011011011011010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE16F; }

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

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

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

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

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

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

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

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