#EFEE5C

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

Shades of Corn #EFEE5C

Tints of Corn #EFEE5C

Color information

#EFEE5C (or 0xEFEE5C) is unknown color: approx Corn. HEX triplet: EF, EE and 5C. RGB value is (239,238,92). Sum of RGB (Red+Green+Blue) = 239+238+92=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE5C is #1011A3. Grayscale: #DEDEDE. Windows color (decimal): -1053092 or 6090479. OLE color: 6090479.

HSL color Cylindrical-coordinate representation of color #EFEE5C: hue angle of 59.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFEE5C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23923892-
CMYK00.000.620.06
HSL59.59º82.12%64.9%-
HSV(B)59.59º61.51%93.73%-
XYZ68.180.2722.03-
YUV221.6554.83140.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 92 (36.33% from 255) = 16.17%
R=42.00%
G=41.83%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392389200.000.620.0659.5982.1264.9
HexEFEE5C003E63c5241
Octal3573561340076674122101
Binary111011111110111010111000011111011011110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE5C; }

 p { color: rgb(239,238,92); }

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

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

 a { background-color: rgb(239,238,92); }

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

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

 span { border-color: rgb(239,238,92); }

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