#EFDE75

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

Shades of Sweet Corn #EFDE75

Tints of Sweet Corn #EFDE75

Color information

#EFDE75 (or 0xEFDE75) is unknown color: approx Sweet Corn. HEX triplet: EF, DE and 75. RGB value is (239,222,117). Sum of RGB (Red+Green+Blue) = 239+222+117=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE75 is #10218A. Grayscale: #D7D7D7. Windows color (decimal): -1057163 or 7724783. OLE color: 7724783.

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

Color convert

RGB239222117-
CMYK00.070.510.06
HSL51.64º79.22%69.8%-
HSV(B)51.64º51.05%93.73%-
XYZ64.9371.8827.28-
YUV215.1172.63145.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 117 (46.09% from 255) = 20.24%
R=41.35%
G=38.41%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922211700.070.510.0651.6479.2269.8
HexEFDE7507336344f46
Octal3573361650763664117106
Binary11101111110111101110101011111001111011010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE75; }

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

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

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

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

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

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

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

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