#EFDE6A

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

Shades of Sweet Corn #EFDE6A

Tints of Sweet Corn #EFDE6A

Color information

#EFDE6A (or 0xEFDE6A) is unknown color: approx Sweet Corn. HEX triplet: EF, DE and 6A. RGB value is (239,222,106). Sum of RGB (Red+Green+Blue) = 239+222+106=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE6A is #102195. Grayscale: #D6D6D6. Windows color (decimal): -1057174 or 7003887. OLE color: 7003887.

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

Color convert

RGB239222106-
CMYK00.070.560.06
HSL52.33º80.61%67.65%-
HSV(B)52.33º55.65%93.73%-
XYZ64.3271.6324.07-
YUV213.8667.13145.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 106 (41.80% from 255) = 18.69%
R=42.15%
G=39.15%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922210600.070.560.0652.3380.6167.65
HexEFDE6A07386345144
Octal3573361520770664121104
Binary11101111110111101101010011111100011011010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE6A; }

 p { color: rgb(239,222,106); }

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

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

 a { background-color: rgb(239,222,106); }

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

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

 span { border-color: rgb(239,222,106); }

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