#EFD975

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

Shades of Sweet Corn #EFD975

Tints of Sweet Corn #EFD975

Color information

#EFD975 (or 0xEFD975) is unknown color: approx Sweet Corn. HEX triplet: EF, D9 and 75. RGB value is (239,217,117). Sum of RGB (Red+Green+Blue) = 239+217+117=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD975 is #10268A. Grayscale: #D4D4D4. Windows color (decimal): -1058443 or 7723503. OLE color: 7723503.

HSL color Cylindrical-coordinate representation of color #EFD975: hue angle of 49.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD975 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239217117-
CMYK00.090.510.06
HSL49.18º79.22%69.8%-
HSV(B)49.18º51.05%93.73%-
XYZ63.6269.2626.85-
YUV212.1874.29147.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 117 (46.09% from 255) = 20.42%
R=41.71%
G=37.87%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921711700.090.510.0649.1879.2269.8
HexEFD97509336314f46
Octal35733116501163661117106
Binary111011111101100111101010100111001111011000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD975; }

 p { color: rgb(239,217,117); }

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

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

 a { background-color: rgb(239,217,117); }

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

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

 span { border-color: rgb(239,217,117); }

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