#EFDF6A

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

Shades of Sweet Corn #EFDF6A

Tints of Sweet Corn #EFDF6A

Color information

#EFDF6A (or 0xEFDF6A) is unknown color: approx Sweet Corn. HEX triplet: EF, DF and 6A. RGB value is (239,223,106). Sum of RGB (Red+Green+Blue) = 239+223+106=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF6A is #102095. Grayscale: #D6D6D6. Windows color (decimal): -1056918 or 7004143. OLE color: 7004143.

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

Color convert

RGB239223106-
CMYK00.070.560.06
HSL52.78º80.61%67.65%-
HSV(B)52.78º55.65%93.73%-
XYZ64.5972.1724.16-
YUV214.4566.8145.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 106 (41.80% from 255) = 18.66%
R=42.08%
G=39.26%
B=18.66%

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
Decimal23922310600.070.560.0652.7880.6167.65
HexEFDF6A07386355144
Octal3573371520770665121104
Binary11101111110111111101010011111100011011010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF6A; }

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

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

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

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

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

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

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

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