#EFE55A

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

Shades of Corn #EFE55A

Tints of Corn #EFE55A

Color information

#EFE55A (or 0xEFE55A) is unknown color: approx Corn. HEX triplet: EF, E5 and 5A. RGB value is (239,229,90). Sum of RGB (Red+Green+Blue) = 239+229+90=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE55A is #101AA5. Grayscale: #D8D8D8. Windows color (decimal): -1055398 or 5957103. OLE color: 5957103.

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

Color convert

RGB23922990-
CMYK00.040.620.06
HSL55.97º82.32%64.51%-
HSV(B)55.97º62.34%93.73%-
XYZ65.4675.1320.72-
YUV216.1456.81144.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 90 (35.55% from 255) = 16.13%
R=42.83%
G=41.04%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392299000.040.620.0655.9782.3264.51
HexEFE55A043E6385241
Octal3573451320476670122101
Binary11101111111001011011010010011111011011100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE55A; }

 p { color: rgb(239,229,90); }

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

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

 a { background-color: rgb(239,229,90); }

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

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

 span { border-color: rgb(239,229,90); }

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