#EFE45A

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

Shades of Corn #EFE45A

Tints of Corn #EFE45A

Color information

#EFE45A (or 0xEFE45A) is unknown color: approx Corn. HEX triplet: EF, E4 and 5A. RGB value is (239,228,90). Sum of RGB (Red+Green+Blue) = 239+228+90=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45A is #101BA5. Grayscale: #D8D8D8. Windows color (decimal): -1055654 or 5956847. OLE color: 5956847.

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

Color convert

RGB23922890-
CMYK00.050.620.06
HSL55.57º82.32%64.51%-
HSV(B)55.57º62.34%93.73%-
XYZ65.1974.5820.63-
YUV215.5657.14144.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 90 (35.55% from 255) = 16.16%
R=42.91%
G=40.93%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392289000.050.620.0655.5782.3264.51
HexEFE45A053E6385241
Octal3573441320576670122101
Binary11101111111001001011010010111111011011100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE45A; }

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

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

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

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

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

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

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

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